Now I'm having some bother designing a sprite editor for my engine. I want to save the sprites in a simple format: a grid of numbers. Take this cool dude as an example:
Now an easy way to solve this would be to find a good (preferably free) sprite editor which saves to a similar format, but I doubt these exist nowadays.Code:0 0 1 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 1 0 0 0 0 0 1 0 0 0 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0
So basically does anyone have any ideas? I fiddled for a bit in VB but there's no way (that I can see) to 'read' a picture box and... well you can imagine.



LinkBack URL
About LinkBacks


