A basic question about batch processing: I want to use the Spine CLI to unpack a PNG. What command should I use?
Environment: macOS
Directory structure:
1.atlas
1.png
spine/
I tried using the following command:
Spine -c ./400_fgtc.atlas -o ./spine/ -i ./400_fgtc.png
But it didn't work.
In Spine, only two parameters are required, but I don’t understand what the third parameter, -i, should be.
If -i is for the atlas file path, then what should be specified for -c?
-i, --input: Path to the folder containing the atlas image.
-o, --output: Path to save the unpacked image files.
-c, --unpack: Path to the atlas file (.atlas file).