num_chans 2139 src/punutil/miniz.c void *tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w, int h, int num_chans, size_t *pLen_out, mz_uint level, mz_bool flip) num_chans 2145 src/punutil/miniz.c int i, bpl = w * num_chans, y, z; num_chans 2191 src/punutil/miniz.c pnghdr[25] = chans[num_chans]; num_chans 2217 src/punutil/miniz.c void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h, int num_chans, size_t *pLen_out) num_chans 2220 src/punutil/miniz.c return tdefl_write_image_to_png_file_in_memory_ex(pImage, w, h, num_chans, pLen_out, 6, MZ_FALSE); num_chans 776 src/punutil/miniz.h MINIZ_EXPORT void *tdefl_write_image_to_png_file_in_memory_ex(const void *pImage, int w, int h, int num_chans, size_t *pLen_out, mz_uint level, mz_bool flip); num_chans 777 src/punutil/miniz.h MINIZ_EXPORT void *tdefl_write_image_to_png_file_in_memory(const void *pImage, int w, int h, int num_chans, size_t *pLen_out);