-
Notifications
You must be signed in to change notification settings - Fork 1
Convert Image
github-actions[bot] edited this page Sep 12, 2026
·
1 revision
What it's for: convert an image between JPG, PNG, and WebP.
- Pick: open an image file.
- Configure: choose the output format (and quality, for JPG/WebP).
- Save: write the converted image to disk.
- JPG: lossy, no transparency support, generally smallest for photos.
- PNG: lossless, supports transparency, generally larger.
- WebP: supports both lossy and lossless modes plus transparency, usually smaller than an equivalent-quality JPG or PNG.
Quality (default 80) applies to JPG and WebP output; PNG is always lossless regardless of the slider.
JPG has no transparency channel at all, so converting a PNG or WebP with transparent areas to JPG fills those areas with solid white before encoding. If you need to keep transparency, convert to PNG or WebP instead.
See also: Compress Image · PDF to JPG
Home 🏠 | Common Tasks 🎯 | Required Dependencies | Using PaperOtter | Troubleshooting | FAQ ❓
Feature guides: see the sidebar for a page-by-page walkthrough of every tool.