Image Converter
Files & ImagesConvert between JPG, PNG, and WebP in the browser.
Calculated Result
Open an image
Formula: canvas.toBlob(targetMime)
About this calculator
Open a file and pick the target type. Transparency is kept for PNG. JPEG fills transparent pixels with white.
How It Works & Formula
FormulaDecode the bitmap, then canvas.toBlob(targetMime)
Decode with Image, draw to canvas, export with toBlob(targetMime).