sgf2gif
A program that converts an SGF-file to an animated GIF.
The animated GIF is highly inspired by the classic game Hayauchi Super Igo for NES.
Usage: sgf2gif options_list
Options:
--file, -f -> The SGF-file to convert to a GIF (always required)
--output, -o -> The destination file to write the GIF to. (always required)
--theme [NES] -> The theme to render the board with { Value should be one of [nes] }
--loop, -l [false] -> Whether the animation should be looped or not
--width, -w [1000] -> The width of the image. { Int }
--height, -h [1000] -> The height of the image. { Int }
--move-number, -mn [2147483647] -> The move number up to which the animation will run to. { Int }
--delay, -d [2] -> The delay between frames in seconds. { Int }
--help -> Usage info
NES theme
java -jar sgf2gif.jar -f ~/game.sgf -o ~/game.gif --theme nes