agg is a command-line tool for generating animated GIF files from
asciicast v2 files produced by asciinema terminal recorder. It uses
the excellent gifski library to produce optimized, high quality GIF
output with accurate frame timing.
¦ ¦ ¦ ¦
Manual pages:
FreshPorts has no man page information for this port.
agg was installed and there are some notes:
1. You need at least one font family that is used by the --font-family
parameter. to view all options:
agg --help
2. It is recommended to install graphics/gifsicle if you want to
optimize your GIF.
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503
graphics/asciinema-agg: New port: Asciinema gif generator
agg is a command-line tool for generating animated GIF files from
asciicast v2 files produced by asciinema terminal recorder. It uses
the excellent gifski library to produce optimized, high quality GIF
output with accurate frame timing.
WWW: https://github.com/asciinema/agg/
PR: 269675