Why convert QOI to JPG?
People convert QOI to .jpg to get a small, universally supported photo file for the web or sharing, trading QOI's lossless quality for JPEG's much smaller size.
How to convert QOI to JPG
ImageMagick OPEN-SOURCE
With ImageMagick 7.1.0-20 or newer, run magick input.qoi -quality 90 output.jpg; the -quality value controls the compression trade-off.
IrfanView FREE
Open the .qoi (with the QOI plugin installed) and use File > Save As, choosing JPG and setting the quality slider.
XnView MP FREE
Install the qoi-fu plugin, open the image, and export to JPG via File > Export or the batch-convert dialog.
GIMP OPEN-SOURCE
With the QOI plugin added, open the .qoi and choose File > Export As, saving with a .jpg extension and picking a quality level.
About these formats
A .qoi file is a Quite OK Image, a lossless raster image saved in an open format created by Dominic Szablewski in 2021 as a much faster alternative to PNG. It stores 24-bit RGB or 32-bit…
Open .QOI details →A JPG (also .jpeg) is a compressed photo or image in the JPEG format, standardized in 1992. Every operating system opens it natively - double-click and Windows Photos, macOS Preview, or…
Open .JPG details →Quality & what to watch
- JPEG is lossy, so re-encoding discards some detail and can introduce compression artifacts around edges.
- JPEG has no alpha channel; any transparency in the QOI is flattened against a solid background, usually white or black.
- Saving at high quality reduces but never fully removes artifacts, and the file is still not pixel-identical to the source.
Frequently asked questions
Will I lose quality converting QOI to JPG?
What happens to transparent areas?
How do I keep the file looking good?
Can I convert many QOI files at once?
mogrify -format jpg *.qoi and XnView MP's batch converter both process folders of images.