On Fri, 17 Mar 2023 08:48:05 -0700 Mike Wright <nobody@xxxxxxxxxxxxxxxxxxxx> wrote: > On 3/17/23 08:22, stan via users wrote: > > On Thu, 16 Mar 2023 17:48:23 -0700 > > Samuel Sieb <samuel@xxxxxxxx> wrote: > > > >> On 3/15/23 09:49, home user wrote: > > > >>> You're probably correct, but I hope you're wrong! I've been using > >>> xv for decades, and I like it. It does what I want, and it's > >>> easy. > >> > >> You might want to check out the "display" command from ImageMagick > >> or "gm display" from GraphicsMagick. > > > > Another possibility is qiv. I'm not sure if I've used it on webp, > > but I haven't had any failure to display an image. > > Just checked qiv out. No webp support (yet?) > > Supported extensions: > > jpg .jpeg .jpe .gif .tif .tiff .xpm .png .pjpeg .ppm .pnm .pgm .pbm > .pcx .bmp .eim .ico .wmf .svg Thanks for checking. I guess webp images are rare for me, but darn, maybe I'll be looking for a new viewer too. :-( And after I'm nicely trained on qiv. :-) I did a quick search and found this link with quite a bit of information. https://askubuntu.com/questions/544254/which-image-viewers-in-linux-support-the-webp-image-format The big thing I liked there is that there is a command to convert webp to png using the webp package. And the libwebp and libwebp-tools packages are available in Fedora. So, I can just convert the files and still use qiv (or you could just keep using xv). Maybe it is possible to put this in qiv directly somehow. >From the link, haven't tried it as I don't have a webp file: alias convertwebp="find ./ -name "*.webp" -exec dwebp {} -o {}.png \;; find . -type f -name '*.webp' -delete" Looks like it is destructive, removing the webp files after they are converted to png. There also is the package qview described there that supports viewing webp images, and it also is in the Fedora repositories. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue