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:
committed by
Martijn Versteegh
parent
7025cfe3bf
commit
fe5ba54fc9
@@ -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&);
|
||||
|
Reference in New Issue
Block a user