[libpng16] Update manpage about user malloc_max limit
This commit is contained in:
parent
70041f4038
commit
6b53a5ed7b
@ -688,8 +688,9 @@ where 0x7fffffffL means unlimited. You can retrieve this limit with
|
|||||||
chunk_cache_max = png_get_chunk_cache_max(png_ptr);
|
chunk_cache_max = png_get_chunk_cache_max(png_ptr);
|
||||||
|
|
||||||
Libpng imposes a limit of 8 Megabytes (8,000,000 bytes) on the amount of
|
Libpng imposes a limit of 8 Megabytes (8,000,000 bytes) on the amount of
|
||||||
memory that a compressed chunk other than IDAT can occupy, when decompressed.
|
memory that any chunk other than IDAT can occupy, originally or when
|
||||||
You can change this limit with
|
decompressed (prior to libpng-1.6.32 the limit was only applied to compressed
|
||||||
|
chunks after decompression). You can change this limit with
|
||||||
|
|
||||||
png_set_chunk_malloc_max(png_ptr, user_chunk_malloc_max);
|
png_set_chunk_malloc_max(png_ptr, user_chunk_malloc_max);
|
||||||
|
|
||||||
|
5
libpng.3
5
libpng.3
@ -1202,8 +1202,9 @@ where 0x7fffffffL means unlimited. You can retrieve this limit with
|
|||||||
chunk_cache_max = png_get_chunk_cache_max(png_ptr);
|
chunk_cache_max = png_get_chunk_cache_max(png_ptr);
|
||||||
|
|
||||||
Libpng imposes a limit of 8 Megabytes (8,000,000 bytes) on the amount of
|
Libpng imposes a limit of 8 Megabytes (8,000,000 bytes) on the amount of
|
||||||
memory that a compressed chunk other than IDAT can occupy, when decompressed.
|
memory that any chunk other than IDAT can occupy, originally or when
|
||||||
You can change this limit with
|
decompressed (prior to libpng-1.6.32 the limit was only applied to compressed
|
||||||
|
chunks after decompression). You can change this limit with
|
||||||
|
|
||||||
png_set_chunk_malloc_max(png_ptr, user_chunk_malloc_max);
|
png_set_chunk_malloc_max(png_ptr, user_chunk_malloc_max);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user