Difficulty to turn project into tile map

I think it is a bit hard to do some simple tasks on this software, and one of them is to turn a simple image into tile map. The software forces you to have the image with a height and width that are multiples of the height and width of the tile size selected. That is a situation that could be perfectly handled by the software, by its own, and not to transfer that extra task to the user. If you see how PyxelEdit handles that same situation for example, it is a lot easier.

image

Okay, what should happen with the pixels not matching the size? Increase it to the next matching multiple of the tile size? Would not be a problem to change this. Yes, at the moment it assumes that the image is already matching the tile size.

Yes that solution sounds good to me. You can show a dialog box saying the sizes dont match, and then say whats about to happen, then the user click ok or cancel.

1 Like