Comment by ๐ requiem
Re: "A script to generate Chafa galleries for gmi"
Some more notes:
- If no gallery name is provided, it defaults to current date for gallery title and retains original file names.
- You can supply several image file types, comma separated.
- Feel free to change the chafa settings in the script. Currently it is set to output 240 colours, dithered, foreground only (for better compatbility), at a size of a 128 characters (felt the right mix). See the chafa man page for additional settings.
And let me know what you think.
2024-04-20 ยท 2 years ago
3 Later Comments โ
๐ stack ยท 2024-04-20 at 23:18:
What is a chafa?
๐ requiem [OP] ยท 2024-04-20 at 23:28:
It's in the links, but Chafa is a command line tool to convert images to ANSI / ASCII art for displaying in the terminal. Pretty neat. Many Gemini clients like Offpunk rely on it.
๐ skyjake [...] ยท 2024-04-23 at 04:10:
โ A Reply by @blah_blah_blah
Original Post
โ Chafa gallery generator for .gmi
A script to generate Chafa galleries for gmi โ Hey! I can only take credit for the idea, but I am sharing a little script cobbled together with artificial help that generates a little .gmi ANSI gallery out of images in a directory. An example: $ ls something.jpeg something_else.jpeg testing.jpeg another.jpeg somefile.jpeg $ ./chafa-gmi-gallery-gen.sh Enter gallery name or leave blank to use...
๐ฌ 4 comments ยท 4 likes ยท 2024-04-20 ยท 2 years ago ยท #ansi #chafa #gallery #script