Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 72b6651e71a242b110180dc49349a532e96d5c82 Size: 26.82 KB File Format: zip
Rating: 2.608695652
out of 5
based on 23 user ratings
Downloads: 360 License: Free
Sprite Sheet Packer is a free software by Nick Gravelyn and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download Sprite Sheet Packer which is 26.82 KB in size and belongs to the software category Graphic. Sprite Sheet Packer was released on 2010-05-31 and last updated on our database on 2017-02-27 and is currently at version 2.2.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
Sprite Sheet Packer Description
The Sprite Sheet Packer application was developed to be a fully featured tool for combining multiple individual images into a single, efficiently laid out image. Sprite Sheet Packer supports reading PNG, JPG, BMP, and GIF images and produces a single PNG image with all the images embedded inside of it.
The resulting image is transparent anywhere an image is not drawn. The tool also produces an accompanying file that maps the image file names with their rectangles, for use in your program to find the regions of the image you are interested in.
The tool has a full UI including options for setting the maximum resulting image size, padding (added to the size of the individual images), as well as options for requiring a power-of-two sized output and a square output. The tool has buttons for managing the desired images and also accepts drag-and-drop of image files into the list for true ease of use.
The build process is completely multithreaded to ensure smooth operation of the application even when processing large numbers of images.
The tool now supports extensions using MEF so you can create your own image or map file types without having to edit the application. Once youve compiled a DLL with your types in it, simply place it next to the exe and run the application. When you are choosing your image or map file location, use the drop down to choose the file type.
For an example, see the XNA XML exporter in the source tree which exports an XML file in XNA Content format instead of the standard text file. The XNA XML exporter is also included, in compiled form, with the regular download.