Skip to main content

Questions tagged [webp]

1 vote
1 answer
240 views

Exiv2: How to print tag values without printing the corresponding filenames

I'm using exiv2 0.27.2. I want to print the tag values of multiple webp files, but without the filename being printed. With the following command: exiv2 -g Exif.Image.Artist -Pv *.webp I get the ...
whitewings's user avatar
  • 2,527
0 votes
1 answer
355 views

How to compile graphicsmagick with webp support

So I'm trying to compile graphicsmagick with webp support... I've run yum install libwebp libwebp-dev I've added the libwebp.a library from google. And I add the --with-webp flag to the ./configure ...
Michael Wiles's user avatar
7 votes
1 answer
5k views

Cwebp -resize only if image is larger

cwebp - Compress an image file to a WebP file -resize width height Resize the source to a rectangle with size width x height. If either (but not both) of the width or height parameters is 0, the ...
Garvit Jain's user avatar
23 votes
4 answers
54k views

webp animation to gif animation (cli)

I was surprised today to find apparently how difficult it is to go from a webp animation to gif animation. My GIMP 2.8.22 and ImageMagick 7.0.7-21 on linux 4.14.13-1-ARCH don't seem to support the ...
lash's user avatar
  • 811
4 votes
1 answer
5k views

Convert Webp to PDF

I want to convert a bunch of Webp images to individual PDFs. I'm able to do it with this command: parallel convert '{} {.}.pdf' ::: *.webp or I can use this FFMPEG command: find ./ -name "*.webp" -...
whitewings's user avatar
  • 2,527