Searched refs:write_png_file (Results 1 – 3 of 3) sorted by relevance
8 void write_png_file(const char* file_name, char* pixels, int width, int height);
26 void write_png_file(const char* file_name, char* pixels, int width, int height) in write_png_file() function
107 write_png_file(filename.value().c_str(), in SaveImage()