Free C++ sprite editor
Supported file formats
Import:
- PNG
- BMP
- OpenRaster ORA
- RPGMaker 2000/2003 XYZ
- Atrophy Engine AETEX (tga/dds)
- Wii TPL*
- DDS* (DXT1, DXT2/3, DXT4/5)
- Cave Story engine PBM
- VTF* (BGRA, BGR, DXT1, DXT2/3, DXT4/5)
- NES (dumps CHR-ROM)
- Mario Paint save file (SRM)
- All other formats supported by SDL2_Image
* - not all subformats are currently implemented
Export:
- PNG
- OpenRaster ORA
- RPGMaker 2000/2003 XYZ
- BMP
- Cave Story engine PBM
- C header (as uint8_t array)
- Python file (as [R,G,B,A] np.array)
- HTML document (inline Base64 image)