
FGIF: Create Animated GIFs with Fortran
Just a simple module that can be used to create GIFs and animated GIFs with Fortran. Based on the public domain code at: http://fortranwiki.org/fortran/show/writegif
A fmp.toml file is provided for compiling fgif with the Fortran Package Manager. For example, to build:
fpm build --profile release --flag "-fopenmp"
And to run the unit tests:
fpm test --profile release --flag "-fopenmp"
To use fgif within your fpm project, add the following to your fpm.toml file:
[dependencies]
fgif = { git="https://github.com/jacobwilliams/fgif.git" }
The latest API documentation can be found here. This was generated from the source code using FORD.