This repo contains a set of tools I've developed to rip and convert resources from the abandonware game Ignition.
Ignition stores many images in a custom format with a .PIC extension, this little app converts them to TGA format.
The tool depends on boost_program_options and the SOIL image library. You can build the app by running the following command:
g++ -Wall -std=c++0x pic2tga.cpp -o pic2tga -lboost_program_options -lSOIL
This application is supposed to convert a png or tga image to the custom .PIC format that Ignition uses
- Status:
** Build: Success
** Output File Size: Seems correct
** Output File Data: Corrupt. Tool is currently not quite working as intended
See the PNG file in imageExportToPIC directory for details