Releases: drojf/SpriteZip
Releases · drojf/SpriteZip
v0.1.5 - SpriteZip: Fix Alphablend Output File Extension
When using the alphablend
command, the output file will now always have a .png
extension (previously it would use the same extension as the input file).
This is mainly used for the undo_alphablend
command, when working with .bmp
files.
v0.1.4 Spritezip: Add Undo Alphablend
You can now do spritezip undo_alphablend
to convert images from alphablend format back to transparent .png files. Images will be taken from the 'input_images' directory and put in the 'output_images' folder (like all the other commands)