-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Available image format? #101
Comments
Hey, that looks like a cool project. If you issue GIF, PNG and XWD are built-in and will always be present. There can be other formats, but those are optional and depend on how Chafa was built. Unfortunately there is no video support yet, only animated GIF and WebP. There may be ffmpeg support at some point, see #98. If "ImageMagick" is listed, that means we support all the ImageMagick formats (i.e. At some point it would also be nice to have Rust bindings for libchafa. |
Thank you for the details! So at least GIF, PNG, and XWD are supported, and the other formats depend on the user's environment, which means it is difficult to determine in advance exactly which formats are supported, right? |
Sorry, forgot to add that with all optional loaders compiled in, the list looks like this:
|
Right, it depends on the platform. Packaging has been pretty good, though -- every Linux distro I've checked builds in all the loaders above. |
Thank you again! |
I released felix v1.1.0 https://github.com/kyoheiu/felix , which uses |
Cool, I'll add it to the application list on the development page :-) |
Hi,
I'd like to use chafa in my TUI file manager https://github.com/kyoheiu/felix to show image preview, but is there a list of image (and video?) format that chafa can convert?
Thanks in advance.
The text was updated successfully, but these errors were encountered: