The document uses Google Translate
Introduction to webp2jpg-online I often need to convert webp images to jpg format, and many of the functions provided by online conversion require uploading files, which sucks. There are non-uploads but the UI is difficult to use, Google later learned that html5 comes with a built-in interface called canvas. toBlob has the ability to convert images, so just do your own webp2jpg-online.
Online image format converter, jpeg, jpg, PNG, Gif, webp, svg, ICO, bmp files into Jpeg, PNG, webp, ICO, gif files. The conversion can be done locally without uploading the file Online picture format converter, can convert jpeg, jpg, png, gif, webp, svg, ico, bmp files into jpeg, png, webp, ico, gif files. No need to upload files, conversion can be done locally。
No UPLOADS, conversion using the browser itself
Batch translation outputs webp, jpeg, PNG, 8-bit PNG, gif animation, webp animation, base64
Output specified size (WEBP, jpeg)
Output number of colors (Gif, png-8)
Options can customize adding or removing a tick and persisting it
https://renzhezhilu.github.io/webp2jpg-online/
[ ] Pull out the main function to make img2img.js module (not started)
New feature-output specified size
NEW FEATURE-COLOR COUNT OPTION (GIF, png-8)
New feature-automatic width output
New format-8-bit PNG
New format-base64
Fix-option delete function
Fix-multi-file download omission
Fix-compressed package file non-english garbled code
Fix-capital suffix not recognized
Fix-highlights that the prompt does not support file format
Delete the-ico output (false ICO is still PNG)
Refactoring using vue
Support GIF GIF TO WEBP GIF
The size and picture quality can be customized
Option data persistence
Enable image append mode
Openable conversion comparison
Optimized the UI
Support for multiple languages
The page file is also bigger, which is slower to open the first time and faster after the second time
v1.0 2020-01-14
Project Establishment
Support for Jpeg, webp, PNG conversion
Optional output width
Optional output picture quality
Batch processing
Platform support
Google Chrome | Firefox | Apple Safari | Microsoft Edge | IE | |
---|---|---|---|---|---|
Windows ️ | ☑️ | ☑️ | - | ☑️ | - |
Mac OS | ✔️ | ✔️ | ☑️ | ✔️ | - |
Iphone | ☑️ | ☑️ | ✔️ | - | - |
Android | ☑️ | ☑️ | - | - | - |
️️ |
Something is running well? Untested
tech enthusiast weekly (issue 114) : USB Survival and Uber-job
canvas.toBlob(callback, type, encoderOptions);
article: Web Assembly practice-using Imagemagick in a browser