I would like to know how to convert Texture Atlas into images. To solve this, I tried a lot of searching and even tried to analyze the files, but it was too difficult for me. It contains Animation.json, spritemap1.json, spritemap1.png.
The dictionary written in Animation.json was so difficult that I couldn't analyze it. Although I primarily use Python, I'm willing to try other things as well. I did some analysis and tried to convert it to an image, but PILLOW's image pasting method was too complicated, so even this failed.