Skip to content

Fallout .frm to .png converter

Notifications You must be signed in to change notification settings

rotators/frm2png

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frm2png

Fallout .frm to .png converter.

Usage

  frm2png [--help|--version]
  frm2png ([-p <PAL>] | [-P <name>]) [-g <name>] [-o <PNG>] [-V] <filename.frm>...

General options
  --help, -h                  show help summary
  --version, -v               show program version

Input options
  -p, --pal <PAL>             Use specified PAL file
  -P, --palette <name>        Use embedded palette

Output options
  -g, --generator <name>      generator
  -o, --output <PNG>          output filename

Misc options
  -V, --verbose               prints various debug messages

Compilation

Dependencies

  • CMake >= 3.7.2
  • clipp (included as git submoule)
  • libpng-apng (included as git submodule)
  • zlib (included as git submodule)

Build

git clone https://github.com/rotators/frm2png.git
git submodule update --init

mkdir Build
cd Build

cmake ../Source
cmake --build . --config Release

About

Fallout .frm to .png converter

Topics

Resources

Stars

Watchers

Forks

Languages

  • C++ 94.9%
  • CMake 4.9%
  • Shell 0.2%