*.frm to *.png converter for Fallout 1/2 data files.
sudo add-apt-repository ppa:falltergeist/falltergeist
sudo apt-get update
sudo apt-get install frm2png
- CMake >= 2.8
- libpng >= 1.2
Build:
mkdir build && cd build && cmake .. && make
./frm2png PATH_TO_FILE.frm
Converted file will be saved as PATH_TO_FILE.png