I want to split a long png from my artist into vertical chunks that I can load into my code for a side scroller.
Is there a tool that will help do that or do I have to do it manually?
I want to split a long png from my artist into vertical chunks that I can load into my code for a side scroller.
Is there a tool that will help do that or do I have to do it manually?
Use a texture atlas, or a tilesheet of some kind. One texture in video memory is much less work than 100 textures in video memory.
Try http://www.imagemagick.org/ which you can control from the command line to process images.