Lines Matching refs:AN
108 fixed png_set_background() to allow using an arbitrary RGB color for
111 png_correct_palette is not needed unless you are correcting an
324 too large when writing an image with bit_depth < 8 (Bob Dellaca).
368 for truecolor images that have defined a background. This corrects an
420 if an attempt is made to read an interlaced image when it's not supported.
490 a helpful compiler error if an old png.h is found in the search path.
699 Fixed an error in png_rgb_to_gray_fixed()
804 Worked around a problem in pngconf.h; AIX's strings.h defines an "index"
813 when it tries to read an erroneous PhotoShop iCCP chunk.
997 if user attempts to run it on an 8-bit display.
1097 png_struct after an error in png_create_read_struct_2().
1289 which would indicate an overflow.
1424 Fixed an incorrect typecast in pngrutil.c
1564 writing an embedded PNG without the 8-byte signature.
1762 an #ifdef PNG_MMX_CODE_SUPPORTED/#endif block around the declarations
1998 Changed $AN to $(AN) in Makefile.am.
2298 In png_write_png(), respect the placement of the filler bytes in an earlier
2337 Use png_memset() after png_malloc() of big_row_buf when reading an
2463 Removed an extra png_debug() recently added to png_write_find_filter().
2647 Updated CMakeLists.txt for consistent indentation and to avoid an
2702 Revised pngpread.c patch of beta05 to avoid an endless loop.