Lines Matching refs:LodePNGInfo
401 typedef struct LodePNGInfo
476 } LodePNGInfo;
479 void lodepng_info_init(LodePNGInfo* info);
480 void lodepng_info_cleanup(LodePNGInfo* info);
482 unsigned lodepng_info_copy(LodePNGInfo* dest, const LodePNGInfo* source);
485 void lodepng_clear_text(LodePNGInfo* info); /*use this to clear the texts again after you filled them in*/
486 unsigned lodepng_add_text(LodePNGInfo* info, const char* key, const char* str); /*push back both texts at once*/
488 void lodepng_clear_itext(LodePNGInfo* info); /*use this to clear the itexts again after you filled them in*/
489 unsigned lodepng_add_itext(LodePNGInfo* info, const char* key, const char* langtag,
531 /*store all bytes from unknown chunks in the LodePNGInfo (off by default, useful for a png editor)*/
640 LodePNGInfo info_png; /*info of the PNG image obtained after decoding*/
683 unknown chunks stored in the LodePNGInfo struct, or add new ones to it.
1076 *) LodePNGInfo info_png: it stores extra information about the PNG (the input) in here
1080 LodePNGInfo info_png
1088 suggested background color, etc... More details about the LodePNGInfo struct are
1111 color type information in the LodePNGInfo.
1131 *) LodePNGInfo info_png: here you specify how you want the PNG (the output) to be.
1135 LodePNGInfo info_png
1143 The encoder will not always exactly match the LodePNGInfo struct you give,
1252 to LAC_NONE, and specify the color type you want in the LodePNGInfo of the
1262 -the colortype and bitdepth in the color field of LodePNGInfo info_png, are those of the PNG
1263 -when encoding, the color type in LodePNGInfo is ignored if auto_convert
1265 -when decoding, the color type in LodePNGInfo is set by the decoder to that of the original
1290 raw color mode and LodePNGInfo the same color mode, and setting auto_convert to
1421 The LodePNGInfo struct contains fields with the unknown chunk in it. It has 3