webp Questions
5
Solved
How do you create .webp images using PHP?
Modern versions of PHP (>= 5.5.0) can be compiled with WebP support but from I've seen this isn't common on many web hosts. If compiled with WebP su...
1
I am replacing the website's images from .jpg to .webp. The way I use is through modernizr to detect whether the browser can accept webp and then set the background-image. But, there's always error...
2
I want to use WebP--https://developers.google.com/speed/webp/?csw=1
I think it comes as a plugin from Telegraphics
http://telegraphics.com.au/sw/product/WebPFormat
but I'm not sure how to install i...
Luttrell asked 5/12, 2014 at 1:34
2
I am using webp images for my site,but Google page speed insight does not recognize it & hence doesn't give optimized result.Google page insight does not support webp images ?
For eg. http://...
Ramonaramonda asked 6/2, 2017 at 12:31
1
Solved
I'm trying to figure out how to compress my images the best way using webpack. I'm looking for a way to compress .jpg (lossy), .png, and also create .webp files for each jpg/png file.
I tried htt...
Tensiometer asked 28/8, 2019 at 20:44
1
2
I want to use webp image in UIImageView my ios project which is in Swift Language.
I tried using Matt Thompson library
but it's not working with Swift project.
I have imported the framework and ...
Guilbert asked 19/8, 2015 at 9:32
2
Solved
I am trying to improve my performance score on google lighthouse. It was recommending using next-gen image formats, including webp, so I implemented serving webp in place of images where the reques...
Pikestaff asked 5/7, 2019 at 12:56
3
Solved
I want to convert my photos from jpg, gif, and png to WebP format.
When I'm trying to use CMD for using cwebp command, I got this error message :
'cwebp' is not recognized as an internal or extern...
Ictus asked 30/6, 2014 at 6:41
3
I searched a lot on the internet & can't find the right example or complete tutorial on the web which can full prof. So guys please suggest me some good examples.
I have tried WEBP code on lot...
Bidwell asked 2/12, 2017 at 11:4
1
Solved
Is there anyway to view webp image format on IE11 or can convert it to another format with javascript code on this browser?
I tried "picture" element but seems like it cann't work like Chrome62
Tusk asked 5/12, 2017 at 22:9
1
Solved
I recently used canvas to conert images to webp, using:
const dataUrl = canvas.toDataURL('image/webp');
But this takes a lots of time for certain images, like 400ms.
I got a warning from Chrome, s...
Parris asked 28/4, 2019 at 16:5
1
Solved
I have been trying to use Webp images on my website however they would show up as broken images on all browsers.
I have tried a solution from dejanstojanovic (I didn't completely get what was hap...
Maharaja asked 21/4, 2019 at 9:19
1
Solved
I am trying to convert my jpeg images to the webpformat using the image-webpack-loader plugin in Webpack Encore. The following config successfully minifies my files but does not convert them to web...
Arliearliene asked 26/11, 2018 at 15:6
2
Solved
I know this is a new format for images, but I don't know how to show it in HTML.
Does anyone know how I can do that? Which browsers can show this image format besides chrome?
sample-webp-image.webp...
1
I am facing issue on SDWebImage+WebP integration in our project via CocoaPods.
I am using SDWebImage+WebP to load my webp images from my server in list of collection in UItableView.
Every time I r...
Muimuir asked 22/2, 2018 at 8:9
1
Solved
In my HTML pages, I have a lot of Webp images that I can visualize only using Google Chrome. With other browsers like Mozilla, Explore, and Safari I can't see them.
Is there a solution? Maybe witho...
2
When I use Active Storage, and when someone upload a .webp image, and when I run file.attach(io: webp_file, filename: 'file.webp') it works, and then ActiveStorage automatically run a job ActiveSto...
Kassandrakassaraba asked 5/9, 2018 at 2:11
1
I have ImageMagick 6.7.8-9 and cwebp and dwebp (libwebp, libwebp-devel) installed and working as expected from the command line.
I have php7.2 installed from webtatic.
the problem I'm facing is t...
Wattle asked 13/3, 2018 at 12:16
2
I am losing color information, seemingly the blue channel, from an image after using GD to read from the WebP version and output a JPEG. Why does this happen and how can I fix it?
Original Image
...
2
I have this image (photo taken by me on SGS 9 plus): Uncompressed JPG image. Its size is 4032 x 3024 and its weight is around 3MB. I compressed it with TinyJPG Compressor and its weight was 1.3MB. ...
Perceptual asked 9/9, 2018 at 15:38
4
Solved
It seems like there is no code samples for WebP in C#. Is there any? I don't need to display WebP images directly but saving & transferring as WebP would be nice.
2
Solved
I've built libwebp.dll for WebP, using these instructions (I downloaded this source code)
I've added the libwebp.dll file to the bin folder of my project.
I then added this code (found here):
Priva...
1
Solved
I'm trying to build libwebp.dll for webp, using these instructions (I downloaded this source code)
However, I'm getting the error:
Makefile.vc(18) : fatal error U1050: Unable to auto-detect to...
Sanches asked 26/4, 2018 at 19:8
1
Solved
How do I convert webp files to JPG format?
© 2022 - 2024 — McMap. All rights reserved.