Questions tagged [webp]

WebP is an open standard for image encoding. It is intended to provide support for animation, metadata, lossless compression, and transparency without the patent or license restrictions of existing formats.

WebP is a new image format that provides lossless and lossy compression for images on the web. WebP lossless images are 26% smaller in size compared to PNGs. WebP lossy images are 25-34% smaller in size compared to JPEG images at equivalent SSIM index. WebP supports lossless transparency (also known as alpha channel) with just 22% additional bytes. Transparency is also supported with lossy compression and typically provides 3x smaller file sizes compared to PNG when lossy compression is acceptable for the red/green/blue color channels.

754 questions
-1
votes
1 answer

Webp dont show on server

I have images like that: In the local documents it shows the webp images but on the server not. The folders and document are the same. Can someone help? I havent found anything in…
-1
votes
1 answer

How do I insert a WebP-image (".jpg") in Excel using VBA?

As the the title suggests, I am dealing with a WebP image online. The file name ends in .jpg, but it's a WebP image. I would like to insert this image in an excel sheet using "ActiveSheet.Pictures.Insert". My code works well for actual .jpg images,…
Wobzter
  • 11
  • 3
-1
votes
1 answer

Installing of WebP, conan errror

I'm trying to install webp in PyCharm, but after 'pip install webp' i get this error: Please, help me. I've been trying to install webp for a few days and have already lost all hope. I just don't know what to do. Thanks for all advices!
Neighbourhood
  • 166
  • 3
  • 13
-1
votes
1 answer

Generating thumbnails for webp file format

The following code is to create a thumbnail using github.com/disintegration/imaging package works well for typical image format like jpeg, but it does not work well for webp file format. I got errorimaging: unsupported image format with the code…
william007
  • 17,375
  • 25
  • 118
  • 194
-1
votes
2 answers

Is there a way to set image quality for webp images in python?

Is there a way to set image quality for .webp images in python? For instance, saving a webp image with 70% quality.
Hissaan Ali
  • 2,229
  • 4
  • 25
  • 51
-1
votes
1 answer

Minimum Android OS versions for WebP images support

Have to provide the WebP images through API based on Android Os version. So Can you please provide the list of Low end Android OS versions supporting WebP images.
-1
votes
2 answers

I am trying to loading image fom Drawable and it is not showing any image in imageview

I have 700 images in Drawable and i have a list of image name and i need to load it into imageview programily Image is in webp formate and less than 100kb images in recycler view where is wrong Java Code Drawable drawable =…
Midhilaj
  • 4,905
  • 9
  • 45
  • 88
-1
votes
1 answer

Node.js how to download webp image

It´s very easy to download images via the request module. But this is only working for me when then end of the url contains .jpg or .png But how can you download as example this…
-1
votes
1 answer

Titanium HTTP Client is returning webp formatted images

After a great deal of struggling I determined that the titanium http client will, on certain image urls, return the image in a 'webp' format (RIFF). This format seems to work in imageviews, but it has all sorts of problems when uploaded to AWS.…
-1
votes
1 answer

Exclusive use of WebP instead of PNG in Android Studio 2.3

Android Studio 2.3 is released and it now supports WebP format also. My question is, can I completely dump PNG format for images and use WebP format instead? Is it possible to completely use WebP images only instead of PNGs everywhere in the app?
Sneh Pandya
  • 8,197
  • 7
  • 35
  • 50
-1
votes
1 answer

WebP integration and arm64

I am trying to update an app that is using Google's WebP.framework. The problem is that the project has to support arm64 architecture, but the WebP.framework does not. I am using 0.4.0 version of the framework. Couldn't find the library compiled for…
AntiApple
  • 13
  • 3
-2
votes
1 answer

Why my animated webp image from my HTML5 email is not playing in Gmail?

I use this code to display a animated webp in a HTML5 email. The image is playing in Outlook but not in Gmail. Size is 600x338px. Weight is around 15 Mo and duration is 15 secs. Is it a matter of weight?
Ryley38
  • 99
  • 1
  • 3
  • 13
-2
votes
1 answer

How to bulk replace element to ?

I need to change all images of a static website and provide WebP support. So every file-name.jpg file has file-name.webp alternative in the same folder. I want to turn every into
aydgn
  • 167
  • 1
  • 8
-2
votes
1 answer

How can I resize GIF/Animated WebP image files in Android

How can we resize the gif and animated webp files in android? I was able to decode the webp and gif using glide but could not find the solution for encoding them into webp.
CrackerKSR
  • 1,380
  • 1
  • 11
  • 29
-2
votes
1 answer

webp for CSS background images

Trying to figure out how to server webp images from a style sheet for tag elements WITHOUT a selector. For example, header. For example: .no-webp header { background-image: linear-gradient(rgba(0, 0, 0, 0.73), rgba(0, 0, 0, 0) 26.05%),…
ControlZ
  • 185
  • 2
  • 16
1 2 3
50
51