1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-16 01:55:39 +02:00

Add a --tilesize option.

The produces tiled output way faster than repeatedly using --geometry
because it only reads the databse once.
This commit is contained in:
Martijn Versteegh
2018-11-14 12:34:52 +01:00
committed by Martijn Versteegh
parent 7025cfe3bf
commit fe5ba54fc9
7 changed files with 164 additions and 25 deletions

View File

@@ -26,6 +26,7 @@ public:
void drawFilledRect(int x, int y, int w, int h, const Color &c);
void drawCircle(int x, int y, int diameter, const Color &c);
void save(const std::string &filename);
void fill(Color &c);
private:
Image(const Image&);