How Convert images works
Image Converter switches a JPEG, PNG or WebP file to one of the other two formats using the same image codecs your browser already ships for every picture on the web. There is no WebAssembly module to fetch first: drop a file, pick the output format, and the converted file is ready to download in a fraction of a second. The conversion runs on an OffscreenCanvas inside a Web Worker, so nothing is ever sent to a server and the page stays responsive while a batch of files is processed.
The tool also reads AVIF, GIF, BMP and TIFF files as input, even though it only writes JPEG, PNG or WebP: those three are the formats every browser, photo editor and content management system can open without a plugin. JPEG has no transparency channel, so converting a PNG or WebP with transparent pixels to JPEG fills the transparent areas with white before saving, and the tool shows that warning before you download anything. Converting to PNG or WebP keeps the alpha channel exactly as it was.