This program is intended to ease the coding of the png files with the x_offs and y_offs meta-data using a graphical interface (instead of the console mode only version of png codec).
Features:
- Add as many sprites as you want
- Visualy set the x_offs and y_offs values
- Easy to align to other sprites (for multi-sprites objects)
- Automatically detects any existing x_offs and y_offs that the png sprite might have
- Supports any sprite sizes (template based)
License: GPL v2 or later
Other notes:
* To change the work mode, select the template you want from the top right corner dropdown
* The "Detect" button above the offset positioning attempts to calculate the corrent offsets based on the sprites dimensions
* After cropping a sprite, the offsets it had will be lost
* The "Save sprites" button will save all active sprites with the defined offsets. To remove sprites after, just reselect the template from the dropdown menu.
Changelog:
Code: Select all
Version 0.2
* Initial release
Version 0.3
* Fixed the offset problem, now it's saved at the beginning of the PNG file (same as pngcodec)
* Changed the default offsets a bit (based on graphics pack from the 32bpp mega pack v20081101)
* Some other small fixes
Version 0.6
* major backend rewrite
* new interface with better sprite overview
* "sprite list" shows all active sprites and associated offsets
* sprites can now be added using drag & drop
* replaced "fullzoom / normal" modes with template based modes
* added CROP tool to remove empty space in sprites
* now supports vista/7 aero effects (can be disabled in .cfg)