Lines Matching full:see

152 colortype: the desired color type for the raw output image. See explanation on PNG color types.
153 bitdepth: the desired bit depth for the raw output image. See explanation on PNG color types.
209 colortype: the color type of the raw input image. See explanation on PNG color types.
210 bitdepth: the bit depth of the raw input image. See explanation on PNG color types.
359 …unsigned btype; /*the block type for LZ (0, 1, 2 or 3, see zlib standard). Should be 2 for proper …
392 …LodePNGColorType colortype; /*color type, see PNG standard or documentation further in this header…
393 …unsigned bitdepth; /*bits per sample, see PNG standard or documentation further in this header fi…
576 See the PNG, ICC and sRGB specifications for more information about the meaning of these values.
719 See the reference manual at the end of this header file to see which color conversions are supporte…
934 -4 bytes chunk type (ASCII a-z,A-Z only, see below)
961 /*0: it's one of the critical chunk types, 1: it's an ancillary chunk (see PNG standard)*/
964 /*0: public, 1: private (see PNG standard)*/
967 /*0: the chunk is unsafe to copy, 1: the chunk is safe to copy (see PNG standard)*/
1064 /*Compress a buffer with deflate. See RFC 1951. Out buffer must be freed after use.*/
1268 examples from the LodePNG website to see how to use it in code, or check the
1651 Check the implementation of lodepng_error_text to see the meaning of each code.
1892 state.info_raw....: more color settings, see struct LodePNGColorMode
1893 state.info_png....: no settings for decoder but output, see struct LodePNGInfo
1912 state.info_raw: more color settings, see struct LodePNGColorMode
1915 state.info_png.color....: more color settings, see struct LodePNGColorMode
1916 state.info_png....: more PNG related settings, see struct LodePNGInfo
2053 to convert to and is more uniform. See the manual for how it works now.