Home | History | Annotate | Download | only in lodepng

Lines Matching refs:lodepng_encode_file

5882 unsigned lodepng_encode_file(const char* filename, const unsigned char* image, unsigned w, unsigned h,
5895 return lodepng_encode_file(filename, image, w, h, LCT_RGBA, 8);
5900 return lodepng_encode_file(filename, image, w, h, LCT_RGB, 8);