This web app converts images to JPG, PNG, and WebP formats with adjustable quality.
- Converts any image to JPG, PNG, or WebP
- Adjustable quality
- Simple and responsive design
The app uses toBlob
method from canvas API to handle image conversions. Learn more.
Assuming you’ve forked the repo and are running a local server or using the demo app:
- Click input box or drag and drop an image into it.
- Choose image format.
- Adjust quality if needed.
- Click Convert and then Download.
There’s always room for improvement. Feel free to contribute!
The app is licensed under MIT License. Check the license file for more details.