This one extracts all the extra data (frame offsets, palettes, etc) and stores it all in human-readable .ini file, which can be modified and converted back to .art. The frames are converted into a number of separate 8-bit bmps. The bitmaps can be resized and modified, the converter can handle any size. Since ART file can have multiple palettes, they are stored in .ini - bitmap palettes are ignored. To convert art to bitmaps: ArtConverter.exe input.art output To convert .ini & bitmaps back into art: ArtConverter.exe input.ini output.art Win64 binary: https://github.com/AxelStrem/Arcanum4K/raw/master/ArtConverter.exe Source (C++): https://github.com/AxelStrem/ArtConverter