chafa
chafa copied to clipboard
πΊπΏ Terminal graphics for the 21st century.
The STB PNG decoder is very fast, quite a bit faster than LodePNG (approx 2x according to benchmarks I've seen). It's also widely used, so should receive plenty of testing....
I have seen thoughts on removing ImageMagick for performance reasons floating around. That sounds quite nice! I am thinking about how that would impact the vast array of file formats...
Hi, I am wondering if there is a Javascript Implementation of chafa? If so this would be great!
What is the state of the project on windows? I tried building something based on example.c but i'm getting a SIGSEGV when calling `chafa_symbol_map_new`. In gdb all it tells me...
windows port
Hi, Before I'm getting lost in the maze I'd like to ask this: Is it possible to compile it for windows? I can imagine that the question sounds rather stupid...
it is posible use libchafa to make stream in obs studio ? it would a very good way to make a impresive stream
I'm trying to learn how to use the C api. I've never worked with glib before and am having trouble figuring things out. I think some examples on top of...
Chafa gave me a lot of fun already. Pretty amazing. I'm still hoping for more Sixel support on mainstream terminals, but the tricks employed by chafa are fun to show...
the goal is to use `chafa` as an image viewer inside [vifm](https://github.com/vifm/vifm) while preview mode is active (the other panel is still visible). as per comment by `vifm`'s author it...
I'm concerned that glib might not be available on every platform. Could it be removed as a dependency? (I'm not a C dev, I'm just wondering)