Page 1 of 1

webp thumbnails?

Posted: 27. Sep 2021, 16:14
by cesar
Please, someone knows how to enable it?
Thanks

Re: webp thumbnails?

Posted: 28. Sep 2021, 10:38
by laprjns

Re: webp thumbnails?

Posted: 28. Sep 2021, 19:14
by gapan
I haven't tested this yet, as I'm currently on MATE, but this should work. First you'll need a newer version of tumbler. Get the package from here and install it:
https://people.salixos.org/gapan/tumbler/
(If you need a 32bit package, I can also build one)

Then create a /usr/share/thumbnailers/webp.thumbnailer file with the following contents:

Code: Select all

[Thumbnailer Entry]
Version=1.0
Encoding=UTF-8
Type=X-Thumbnailer
Name=webp Thumbnailer
MimeType=image/x-webp;image/webp;
Exec=/usr/bin/convert -thumbnail %s %i %o
Log out and back in and it should work.

Oh, you also need to have the imagemagick package installed if you don't have it already.

Re: webp thumbnails?

Posted: 29. Sep 2021, 13:21
by cesar
Yes. I had already checked the rest, but after downloading and compiling the new version of tumbler, and restarting the PC, the thumbnails appeared!
Thank you all