(WIP)
./mc-pack-animation-tool -b background.png -g animation.gif -w 500 -p 300,300 -c 2,4This command generates an animated texture image using the following parameters:
-b background.png: Specifies the background image file (background.png) to be used.-g animation.gif: Adds the animation file (animation.gif) on top of the background.-w 500: Sets the width of the animation in pixels.-p 300,300: Positions the animation at coordinates (100, 50) in the (x, y) format.-c 2,4: Applies the animation to the 3rd and 5th zones (using 0-based indexing).
The output will be an animated texture image combining background.png and animation.gif, precisely configured as described.