Why convert WebP to JPG
WebP is efficient for modern web delivery, but some editors, upload forms and legacy applications still work more reliably with JPG. Converting changes the file format without changing the pixel dimensions.
Toolmera decodes the static WebP in the browser, draws it to Canvas and exports a new JPEG file.
What happens to transparency
JPG does not support an alpha channel. If the source WebP contains transparent pixels, Toolmera fills the Canvas with your selected background color before drawing the image.
White is the default, but you can choose another color and reconvert before downloading.
Quality and metadata tradeoffs
JPEG is lossy, so lowering quality can reduce file size while also removing detail. The current slider lets you choose the balance and shows the actual before-and-after size.
Because Canvas creates a fresh image file from decoded pixels, source EXIF or GPS metadata is not copied into the JPG output.