-
-
Notifications
You must be signed in to change notification settings - Fork 19
unsupported webp thumbnails #50
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
Comments
The "webp-pixbuf-loader" library is needed. I think I will change gtk-pipe-viewer to always use JPEG thumbnails for now, as this library seems to not be available on the Ubuntu and Debian repos. |
just mentioning how to install webp-pixbuf-loader for when you'll reactivate the feature. For ubuntu, you need to add this ppa, then install the library as usual for debian(ubuntu), there's a source package that you need to build your self. you can download the source package like this: then install needed stuff for building packages in general: install build dependencies for this package (it will create a metapackage for them) build the package you can install it with apt as usual (you need to give apt, the full path to a local package file) for example, a package in the current directory: |
In "show more details", often i don't see the thumbnails.
I think, the underlying libraries don't support webp.
i'm getting this error (debian 11, 32bits):
Image type “webp” is not supported at /usr/lib/i386-linux-gnu/perl5/5.32/Glib/Object/Introspection.pm line 67.
Either it's a missing dependency, or it needs a conversion.
Probably, it should first try to load them as is, then fallback in converting them.
This way it's future/back proofed.
The text was updated successfully, but these errors were encountered: