Convert an image between PNG, JPG and WebP. Everything happens in your browser — nothing is uploaded.
No. Conversion happens entirely in your browser using the Canvas API. Your image never leaves your device.
JPG is a lossy format, so some quality loss is expected — especially for images with transparency, which JPG doesn't support (transparent areas become white). Use PNG or WebP to keep transparency.