Home | History | Annotate | Download | only in lodepng

Lines Matching refs:bitdepth

101      initially. Bytes per pixel depends on colortype and bitdepth.
109 bitdepth: the desired bit depth for the raw output image. See explanation on PNG color types.
114 LodePNGColorType colortype, unsigned bitdepth);
131 LodePNGColorType colortype, unsigned bitdepth);
146 Converts raw pixel data into a PNG image in memory. The colortype and bitdepth
148 by the colortype, bitdepth and content of the input pixel data.
154 w * h * (bytes per pixel), bytes per pixel depends on colortype and bitdepth.
158 bitdepth: the bit depth of the raw input image. See explanation on PNG color types.
163 LodePNGColorType colortype, unsigned bitdepth);
181 LodePNGColorType colortype, unsigned bitdepth);
201 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
204 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
212 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
220 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
223 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
232 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
235 LodePNGColorType colortype = LCT_RGBA, unsigned bitdepth = 8);
316 unsigned bitdepth; /*bits per sample, see PNG standard or documentation further in this header file*/
337 This color uses the same bit depth as the bitdepth value in this struct, which can be 1-bit to 16-bit.
362 /*get the total amount of bits per pixel, based on colortype and bitdepth in the struct*/
611 must be set to 0 to ensure this is also used on palette or low bitdepth images.*/
1146 colortype and bitdepth, text chunks, time chunk, the color key, the palette, the
1232 of bits per pixel is: amount of channels * bitdepth.
1261 -the colortype and bitdepth in LodePNGColorMode info_raw, are those of the raw image
1262 -the colortype and bitdepth in the color field of LodePNGInfo info_png, are those of the PNG
1286 -higher to smaller bitdepth, and vice versa