Texture Atlas Extractor -
For developers who need to batch-process thousands of assets, writing a command-line script is often the most efficient route. Using Python's library, you can parse a JSON coordinate sheet and save individual images in just a few lines of code. Step-by-Step: Extracting an Atlas Using Python
The tool reads the data file ( .json , .xml , etc.) to map out an array of image definitions. texture atlas extractor
Professional packing tools create two files: a composite image sheet (PNG/JPG) and a data file (JSON, XML, or PLIST). The data file stores the exact X and Y coordinates, width, height, and name of every sprite. An extractor reads this data to instantly slice the image with pixel-perfect accuracy. The Border-Detection Method (Blind Extraction) For developers who need to batch-process thousands of
A simple web-based tool that supports various formats like Cocos2D, Godot, and Starling. Professional packing tools create two files: a composite
Texture Unpacker (available on the Mac App Store) is a dedicated utility focused on one job: quickly extracting images from texture atlas files. It supports a huge list of formats, including JSON (Hash and Array), XML, Plist, Spine, Pixi.js, Godot, Phaser, Cocos2D, Unreal, Starling, and Unity3D. This tool is perfect when you know the format of your atlas and need a simple, effective way to get your assets back without extra features getting in the way.