#include "surface.h"#include "../ascstring.h"Include dependency graph for surface2png.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | writePNG (const ASCString &filename, const Surface &s) |
| void | writePNGtrim (const ASCString &filename, const Surface &s) |
| void | writePNG (const ASCString &filename, const Surface &s, int x1, int y1, int x2, int y2) |
| void | writePNG (const ASCString &filename, const Surface &s, const SDLmm::SRect &rect) |
Definition at line 36 of file surface2png.cpp.
References max(), min(), Surface::transparent, and writePNG().
1.5.1