Home | History | Annotate | Download | only in libpng

Lines Matching full:zlib

818 .IR zlib(3)
905 Libpng uses zlib for its compression and decompression of PNG files.
906 Further information about zlib, and the latest version of zlib, can
907 be found at the zlib home page, <http://www.info-zip.org/pub/infozip/zlib/>.
908 The zlib compression utility is a general purpose utility that is
910 See the documentation delivered with zlib for more details.
911 You can usually find the source files for the zlib utility wherever you
2610 The png_set_compression_*() functions interface to the zlib compression
2613 which changes how much time zlib spends on trying to compress the image
2614 data. See the Compression Library (zlib.h and algorithm.txt, distributed
2615 with zlib) for details on the compression levels.
2617 /* set the zlib compression level */
2621 /* set other zlib parameters */
3332 at a time, you will want to set MAXSEG_64K in zlib.h. Since it is
3463 You will want to look into zconf.h to tell zlib (and thus libpng) that
3465 won't be accessible. So limit zlib and libpng to 64K by defining MAXSEG_64K.
3470 have to limit zlib's memory usage via a png_set_compression_mem_level()
3471 call. See zlib.h or zconf.h in the zlib library for more information.
3478 all set. Everything in the library (except for zlib's structure) is
3502 .SS Configuring zlib:
3511 (Z_BEST_SPEED = 1). With versions of zlib after v0.99, you can also
3528 The other functions are for configuring zlib. They are not recommended
3530 zlib.h for more information on what these mean.
4049 zlib, upon which libpng depends, is also Y2K compliant. It contains
4330 .IR zlib :
4336 ftp://ftp.info-zip.org/pub/infozip/zlib