#include <image_storer.h>
Static Public Methods | |
bool | store (QIODevice *device, char const *format, Map const &map, int piece_size, Theme const &theme, int direction, bool use_background, bool low_quality) |
QImage | createImage (Map const &map, int piece_size, Theme const &theme, int direction, bool use_background, bool low_quality) |
|
The same as store(), only that the image itself is returned.
|
|
Stores the given map as an image.
|