This image converter uses the HTML5 Canvas API to convert images between formats entirely in your browser. No image data is sent to any server — the conversion happens locally using JavaScript.
No. JPEG does not support alpha channels (transparency). Enable "Flatten transparency" to replace transparent areas with a white background before converting to JPG. Otherwise, the canvas default (black) is used.
For JPEG and WebP, the quality slider controls the compression level. 100% is maximum quality (largest file), lower values reduce file size at the cost of visual quality. PNG is always lossless so the slider has no effect.