2024-08-08 14:47:04 -06:00
|
|
|
# gifcap
|
|
|
|
|
2024-08-08 14:48:33 -06:00
|
|
|
![Example output.](example.gif)
|
|
|
|
|
2024-08-08 14:47:04 -06:00
|
|
|
Shell script for creating iFunny style GIF captions that look indistinguishable
|
|
|
|
from real ones at a glance. Comes with the font file, but you should be able to
|
|
|
|
just install it to `~/.local/share/fonts` or whatever and use the script
|
|
|
|
wherever you want.
|
|
|
|
|
|
|
|
Requires imagemagick and a shell.
|
2024-08-08 14:51:03 -06:00
|
|
|
|
|
|
|
```
|
|
|
|
Usage: $name [OPTION]... CAPTION...
|
|
|
|
Make an iFunny GIF caption.
|
|
|
|
|
|
|
|
-f, --font specify a font to use (default: ifunny.otf)
|
|
|
|
-i, --input the input file (required)
|
|
|
|
-o, --output the output file (default: input)
|
|
|
|
--help display this help and exit
|
|
|
|
```
|