Sprite Sheet Maker

TexturePacker: The best Sprite Sheet Maker

  • Easy to use
  • Basic version is available for free
  • Import bmp, png, jpg, swf
  • Export for many game and web frameworks
  • Image optimization
  • Available for Windows and MacOS
  • Free for bloggers and game framework developers

 

TexturePacker – the best sprite sheet maker available

TexturePacker is the best sprite sheet maker available for MacOS and Windows. It reads a directory and adds all image files (png, bmp, gif, jpg.) – and with the next update even frames from Flash .swf files – to a sprite sheet which you can export to png, jpg. It also allows image optimization for iPhone/iPod/iPad – exporting PowerVR’s native pvr file format.

Many different settings allow you to optimize the sprite sheet you are making – e.g. by removing transparent pixels and allowing you to create an even better packing ratio. Padding can be added to avoid artifacts and much more.

This sprite sheet maker is not restricted to equal sized sprites like many are. You can pack any image size you want. The optimized max rects algorithm will give you good results – no matter what sprites you have to pack.

 

How sprite sheets can speed up your 2d and 3d games

When starting to develop a game you need a big amount of image data. For a 3d game this is the texture data that is projected on an object’s surface – for a 2d game these are simply the objects and characters that bring your game to live.

In both cases many images are required. While it is working at the beginning to use single images it has several disadvantages:

  • Single files take a much more time to load
  • When drawing the sprites on the screen the graphics processor must switch between the sprites which also consumes time
  • Many files are hard to handle
  • Many files consume much more memory

With a sprite sheet these problems do not exist: The sprites are all stacked in one (or more) sprite sheets. An additional file tells the game engine where to find which sprite and how to display it. Think of it like packing many files in a zip file.

Advantages:

  • Fast loading
  • High compression rate
  • Optimized drawing by reducing texture switching
  • Simple handling of the files

8 Responses to “Sprite Sheet Maker”

  1. lehtu August 6, 2011 at 12:38 pm #

    This looks really amazing tool! When this next update is coming? Looking forward for .swf support :)

    • Andreas Löw August 7, 2011 at 1:27 pm #

      It is already available for windows. I need to find a solution for MacOS first – can’t load 32bit Flash from 64bit binary….

      • lehtu August 15, 2011 at 6:58 am #

        There is no .swf support on free version(even in windows)? Is this support only in pro version? And what is this .swf support for export or import? Thanks for the answers so far! :)

        • Andreas Löw August 15, 2011 at 7:22 am #

          It is not yet officially supported due to the problems on MacOS. If you have flash installed you can drag flash files on the right pane and it’ll treat them like a directory with images.

          If you want to export to flash use the JSON exporter and follow Lee Brimlow’s video tutorial about Sprite Sheets here: http://www.gotoandlearn.com/

        • valley August 19, 2011 at 6:24 am #

          https://github.com/rivella50/BitmapSheetHandler

  2. Asda January 22, 2012 at 12:31 am #

    Hi. Just got a question. Is there a way to order the sprites on the output XML file in the order I put them in the Sheet?

Trackbacks/Pingbacks

  1. What is a best tool to create the sprite sheet for cocos2d | OOP Talks - July 5, 2011

    [...] sprite sheet maker [...]

  2. TexturePacker and I | Alex Trost - September 3, 2011

    [...] Just stopping my code generating sprint to shout out about a new soft i had been using for my tile animations in CoronaSDK. It’s called TexturePacker sprite sheet maker. [...]

Leave a Reply