Questions tagged [webp]
WebP is an image format developed by Google that provides both lossy and lossless compression and support for an alpha channel.
20
questions
46
votes
4
answers
35k
views
ImageMagick convert can't convert to webp
On Ubuntu 12.04 ImageMagick doesn't seem to support webp.
convert flyer.png flyer.webp
Creates a png file with webp extension.
On webp docs is stated that ImageMagick does support webp
$ convert --...
44
votes
7
answers
15k
views
How to preview DDS and WEBP images on nautilus?
I have too many images to search visually, so I cannot open each one of them individually.
What do I have to do or install to show DDS image previews on nautilus?
I would like to preview webp too if ...
38
votes
9
answers
41k
views
Which image-viewers in Linux support the `webp` image format?
Is there any way to see WebP photo from Thunar with Xfce DE? There was a similar question, but it was about nautilus.
Then to get WebP thumbnails tumbler (the Xfce thumbnailing service) must support, ...
34
votes
4
answers
8k
views
How to add WebP support to Eye of GNOME?
WebP image files are becoming more and more common on the web. Eye of GNOME (eog) doesn't support it out-of-the-box. Some browsers do, and ImageMagick as well by just installing the webp package (...
22
votes
3
answers
7k
views
Is it possible to view WebP images in nautilus / photo program?
I've converted some images from jpeg to google's WebP image format, which reduces my images' size by about 90%!
The big problem is that WebP images can only be viewed with a web browser, not with ...
9
votes
1
answer
4k
views
how to install webp plugin for gimp?
how to install gimp webp plugin? I found out that we can do it using with gimp-plugin-registry, but donno how. I have install gimp-plugin-registry extension for gimp from ubuntu software center, now ...
8
votes
1
answer
9k
views
How can I convert an animated WebP to a WebM?
I would like to convert an animated WebP file to a WebM. However, most tools only support converting to an animated WebP but not back, when they support animated WebPs at all: ImageMagick's convert ...
6
votes
4
answers
2k
views
Image editors to convert images to WebP for Ubuntu?
Is there a good image editor application for Ubuntu with which I can convert jpg/png images into WebP format? ImageMagick was a crap for me! With it, output webp image's size just increased!!!
6
votes
2
answers
2k
views
Thumbnail view in 'Files' can't see .webp images
In the ubuntu files browser 'Files' I can set the default viewer for a given filetype (right-click->properties->open with) - but is there a way to get Files itself to show thumbnails for .webp ...
5
votes
5
answers
5k
views
Cannot open 90% of recently saved images (webp format)
I very recently installed Ubuntu 20.04 on my laptop and have been having this issue where I can't open most of the images I have saved. I get an error that says
Unrecognized Image File Format
(but ...
4
votes
5
answers
2k
views
How to convert webp to grayscale png?
I have a bunch of webp images and need to convert them to png format. I know png supports different color modes like grayscale which I need.
Is there any Linux tool or online services to achieve this ...
4
votes
1
answer
4k
views
Why are WebP utilities built on Ubuntu 14.04 not working and showing a library error?
I've built WebP utilities on Ubuntu 14.04 following these instructions found at the official website of WebP. As I've done everything successfully, my system should let me compress and decompress ...
4
votes
2
answers
9k
views
converting graphics files from webP to gif
I have downloaded a number of video clips they are in a format called .webp. How do I convert them to .gif? A chat room I use frequently only allows .gif and .jpeg files.
I've done something like ...
4
votes
1
answer
2k
views
Ubuntu 16.04 Imagemagick convert jpg webp
I was wondering about the following;
I use the following command to find .jpg files in (sub)directorys and convert (mogrify) them to .webp files.
find . -name '*.jpg' -execdir mogrify -format webp {...
2
votes
0
answers
720
views
Add webp support to GraphicsMagick [duplicate]
A Node.js program is using gm (GraphicsMagick) to do some image manipulation/parsing. While it works locally (on my own machine), it doesn't work on the server.
Relevant output:
Error: Command failed:...
1
vote
1
answer
2k
views
How to convert all images from subdirectories to webp
For example I have a folder called Images and there are 26 folders inside is a,b,c,d contains multiple images each in different format jpg,png,jpeg. How to convert all those images to webp and deleted ...
0
votes
0
answers
174
views
Terminal not responding
I'm new to Linux and am having weird problems. For instance, when I try to use the terminal I can't get it to follow my commands. Instead of doing what it's asked to do it sends me to the manual where ...
0
votes
0
answers
308
views
Getting thumbnails of cbz comics with images formatted in webp
So, I have a bunch of digital comics that are in cbz format (just a renamed .zip, for those who are less familiar) in which all the images inside the comics are in .webp format.
I am running Budgie 21....
0
votes
1
answer
181
views
foder an file, thumnails, for all types of files. Ubuntu 20.04.2 [duplicate]
20.04.2. I just uninstalled my windows 10 and I'm feeling much better already. I would like to have thumbnail preview icons for all types of picture formats and video formats. I would also like to see ...
-1
votes
1
answer
146
views
How to view `webp` files without using browser?
Does anyone know if there's a codec or app to let me view .webp files without using a browser?