Lines Matching full:palette
112 external palette (you will need to #define PNG_CORRECT_PALETTE_SUPPORTED
344 Added max_pixel_depth=32 in pngrutil.c when using FILLER with palette images.
632 own memory for info_ptr->palette. This makes it safe for the calling
633 application to free its copy of the palette any time after it calls
659 Changed the allocation of palette, history, and trans arrays back to
999 Use png_malloc instead of png_zalloc to allocate palette in pngset.c
1046 Always allocate 256-entry internal palette, hist, and trans arrays, to
1076 Stopped a double free of palette, hist, and trans when not using free_me.