My another tool for GrehGameEngine Tools Collection.
It takes all user provided images then auto-crops them and merges to build a sprite sheet. It also exports frame information file containing frames information in % of sheet size.
USAGE:
java -jar SpriteSheetFromPNGs.jar "1st.png" "2nd.png" "3rd.png" "#.png" ... more files, file names are not fixed you can use any png files.
OUTPUT:
"sheet.png" with all images cropped and merged. "sheet.png.conf" with frames position and size data relative to "sheet.png". i.e. x, y, w, h of frames in % of sheet's size.
Download:
SpriteSheetFromPNGs.7z
Requirements:
It is a java app and needs Java 5.
Tags: sprite, sprite sheet, auto crop and merge
It takes all user provided images then auto-crops them and merges to build a sprite sheet. It also exports frame information file containing frames information in % of sheet size.
USAGE:
java -jar SpriteSheetFromPNGs.jar "1st.png" "2nd.png" "3rd.png" "#.png" ... more files, file names are not fixed you can use any png files.
OUTPUT:
"sheet.png" with all images cropped and merged. "sheet.png.conf" with frames position and size data relative to "sheet.png". i.e. x, y, w, h of frames in % of sheet's size.
Download:
SpriteSheetFromPNGs.7z
Requirements:
It is a java app and needs Java 5.
Tags: sprite, sprite sheet, auto crop and merge
No comments:
Post a Comment