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);
25 void write_png_file(const char* file_name, in write_png_file() function
107 write_png_file(filename.value().c_str(), pixels.get(), width, height); in SaveImage()