Lines Matching refs:decode
127 Same as the other decode functions, but instead takes a filename as input.
199 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h,
202 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h,
208 Same as the other decode functions, but instead takes a filename as input.
210 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h,
308 Color mode of an image. Contains all information required to decode the pixel
835 //Same as other lodepng::decode, but using a State for more settings and information.
836 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h,
839 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h,
973 on any external library. There are functions to decode and encode a PNG with
1072 various lodepng::decode functions, and lodepng::State can be used for advanced
1192 you decode a PNG, you get the result as a raw image in the color type you want,
1436 When using the decoder to decode a PNG, you can make it store all unknown chunks
1534 //load and decode
1537 unsigned error = lodepng::decode(image, width, height, filename);
1631 *) 17 jan 2008: ability to encode and decode compressed zTXt chunks added
1666 encode/decode custom tEXt chunks, separate classes for zlib & deflate, and