Hello!
I'm looking for a tool that can take one big image and create a (square) tile set of a given size with which the original image can be approximated.
The use case is for example 2D strategy or role playing games. I would paint a nice world map with some existing tool, say 4096x4096 pixels, and then pass the image to this tool, which I'm looking for, and ask it to create a maximum of 256 tiles of size 32x32, which could be assembled to almost look like the original map, but of course with …