python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Convert a JPG or PNG to WebP in C# .NET 6
I am working in a .NET 6 application. I am already aware of the following answer, but I was looking for a solution where I wouldn't have to install .dll and manually include it in my project.
That ans...
J86
Votes: 0
Answers: 0
How to set compression quality for webp encoding in Firefox
Firefox 96+ supports webp encoding in canvas functions e.g. HTMLCanvasElement.toBlob()
Nice, webp supports transparency.
Trying that out it I can't set the quality level, like for jpeg.
canvas.toBlob(...
Janghou
Votes: 0
Answers: 1
How to enable animated webp for the <Image> component in React Native with Expo EAS?
Animated gifs work in Android when using Expo EAS builds but animated webp (awebp) do not.
Why?
How do you get awebp working?
GollyJer
Votes: 0
Answers: 2
Webp bg works on localhost but not on deployment tailwind + react
I use a webp image for bg on my reactjs+tailwind webapp and when I run my app with npm start it works fine but when it's deployed on aws the background disappears. I use the same browser so I don't ge...
ioanna marinou
Votes: 0
Answers: 0