textureAtlasTools
A set of tools for slicing a texture atlas to individual components
A set of tools for slicing a texture atlas to individual components and merging back. These tools simplify the approach for upscaling a texture atlas. Manually select some tiles in the texture atlas (that are placed in difficult positions) Add them to a json file following this pattern: json file; you can use any image editing tool such as GIMP to manually select and inspect the location, width and height of each selection. Run the tool with the split; this will automatically create a folder with separate files from the selections, as well a [basefilename]_sliced.png file containing the texture without the sliced files. Manually upscale all the resulting files with the correct transparency / seamless mode, including the [basefilename]_sliced.png from the previous step. it is important to use the same scale factor for all the files. you can leave some of the files unscaled (including the basefile).