Home | History | Annotate | Download | only in libpng

Lines Matching full:images

64   enabled png_set_shift to work with paletted images on read
109 paletted images
110 fixed gamma and background correction for paletted images, so
154 input images without using it (not necessarily a good idea)
180 fixed serious bug with < 8bpp images introduced in 0.95
217 changed recommendation about file_gamma for PC images to .51 from .45,
231 changed recommendation about file_gamma for PC images to .50 from .51 in
232 example.c and libpng.txt, and changed file_gamma for sRGB images to .45
344 Added max_pixel_depth=32 in pngrutil.c when using FILLER with palette images.
368 for truecolor images that have defined a background. This corrects an
392 passes that it should skip, for images that are less than 3 pixels high.
435 channels to 16-bit images, in pngrtran.c (Chris Nokleberg)
655 Fixed a bug in png_read_png() that caused it to fail to expand some images
915 Fixed bug with progressive reading of narrow interlaced images in pngpread.c
947 Fixed bug in progressive reading (pngpread.c) with small images (height < 8).