About 50 results
Open links in new tab
  1. Convert webp base64 to jpg/png base64 C# - Stack Overflow

    Feb 23, 2023 · 0 i have a problem that the client has the webp saved in base64 in the database, but to print the image i needed it to be in jpg or png, with that i thought of taking the image, converting it to …

  2. Convert WEBP images to PNG by Linux command [closed]

    Mar 20, 2019 · I have many webp format images in a folder but with .jpg extension like abc-test.jpg It's a webp format image. I want it to convert in .png format with same name for that I have used this …

  3. Webpack - How to convert jpg/png to webp via image-webpack-loader

    Using responsive-loader for images in webpack config is more comfortable for me, because it creates webp copy of image and outputs images as usual file-loader. In addition to this it can create multiple …

  4. javascript convert data:image/webp:base64 to png base64 image in safari

    Oct 2, 2019 · How can I convert a WebP base64 data image to data:image/png:base64 using javascript when the brower isn't suport webp image (like Safari)? I have searched libwebpjs library but it …

  5. javascript - Converting png and jpg images to webp format with …

    Sep 19, 2023 · This configuration takes all available png and jpg files and compresses them. I also need to convert them to get two types of img files - original and webp.

  6. Convert a bunch of png or webp images to a webp animation

    Oct 14, 2019 · How to convert a bunch of png or webp images into webp animation ? I tried this: convert mytiles.png -crop 100x100 +repage tmp.webp But I just get a bunch of webp images instead of an …

  7. Converting jpg, jpeg, png to webp in Linux Command Line

    Jul 13, 2023 · Converting jpg, jpeg, png to webp in Linux Command Line Asked 2 years, 6 months ago Modified 1 year, 1 month ago Viewed 5k times

  8. python - Convert images to webP using Pillow - Stack Overflow

    I'm trying to convert .jpg images to webp format using PIL. I'm using the this code:

  9. WebP image format in Android - Stack Overflow

    Dec 20, 2017 · WebP is an image file format from Google that provides lossy compression (like JPEG) as well as transparency (like PNG) but can provide better compression than either JPEG or PNG. …

  10. Why is the NextJS Image component not outputting webp file format?

    Mar 16, 2023 · I am using the Next Image component, and expecting my png and jpeg files to be converted to webp format like they outline in the docs, but in the browser they are still rendering in …