Tagged Questions
4
votes
4answers
572 views
How can I ease the work of getting pixel coordinates from a spritesheet?
When it comes to spritesheets they're usually easier to use, and they're very efficient memory-wise, but the problem that I'm always having is getting the actual position of a sprite from a sheet. ...
2
votes
3answers
3k views
Sprite sheet generator
I need to generate a sprite sheet with squared sprite for a 2D game. How can I generate a sprite sheet where each frame has x = y? The only think I have to do is to "insert" some blank space between ...
0
votes
1answer
833 views
How can I unpack a sprite sheet into multiple images?
I need to take a sprite sheet and convert it into multiple images, one for each frame of the sprite sheet.
How should I go about this? I would prefer an offline method or a tool to do so -- I found ...
5
votes
4answers
780 views
Is there a sprite sheet creator that satisfies these requirements?
I'm looking for a decent sprite sheet packer.
Features:
Command line interface for Linux.
Effective packing algorithm.
Configurable padding between sprites in the sheet.
Configurable fixed sprite ...