- 수정됨
Un-atlaser? Recover individual images from compiled .json
Windows boot corrupted, can't access my work files, no backups, the programmer has the compiled spine files.
Does someone has a tool to recover the individual images from a *.atlas + *.png? It's not the same as the layered psds but still much better than having to start over q.q
I'm using standard spine packer, nothing fancy, single texture page.
Any help much appreciated.
* PS. Yes, I know I should have backups, no need to remind me of my failure.
Spine 3.5+ has a Texture Unpacker.
Image removed due to the lack of support for HTTPS. | Show Anyway
Image removed due to the lack of support for HTTPS. | Show Anyway
You can also use unpacking from the command line:
Eg: `Spine
input imageDir
output outputDir
unpack atlasFile.atlasOr:
Spine -i imageDir -o outputDir -c atlasFile.atlas`
Texture Packing - Spine User Guide: Texture Unpacker
Or you can use this little command line tool:
http://n4te.com/x/1792-unpacker.jar
Usage: atlasFile [imageDir] [outputDir]
Eg: java -jar unpacker.jar raptor.atlas . unpacked
Thanks a lot, you are a life saver.