en

QOI to PNG

Convert QOI images to PNG locally - lossless, right in the browser, no upload.

Running locally on your device ...

Your files

    Running locally on your device ...

    0%

    Is my file uploaded?

    No. Everything runs in your browser - your file never leaves your device. How this is verifiable

    No upload100% local
    Your content stays with youno third-party access
    Hosted in GermanyGlobal Content Delivery
    Independently auditedTLS A+ · HTTP headers A+

    QOI (Quite OK Image) is a deliberately minimalist, lossless image format: its algorithm gets by with a handful of simple rules and is therefore extremely fast to both encode and decode. It is popular in game development and in tools as a lean intermediate format, yet image viewers, print shops and websites rarely support it directly. PNG solves exactly that compatibility problem: also lossless, with transparency and readable almost everywhere.

    This tool decodes QOI with its own dependency-free decoder entirely locally in your browser and exports a PNG via the native canvas. Because QOI and PNG are both lossless, no image information is lost - the pixels stay exactly the same.

    The whole conversion happens with no upload, even offline. Your images never leave your device. Transparency (the alpha channel) is preserved.

    QOI was released in 2021 and is known for its radically simple specification - it fits on a single page. The format stores only 8-bit RGB or RGBA pixels, with no palettes or higher bit depths; which is exactly why the conversion to PNG here is a lossless 1:1 transfer of the pixels.

    Specifications

    Specifications
    Input formatsQOI
    Auto-conversionPNG, JPG, WebP, GIF, BMP, TIFF, ICO, SVG, HEIC, DDS, HDR, PCX, WBMP
    Output formatPNG
    Batch processingYes
    ProcessingLocally in your browser (JavaScript)
    File uploadNone

    In 3 steps

    1. Drop your QOI file(s).
    2. The QOI is decoded locally.
    3. Download the PNGs (individually or as ZIP).

    Limitations: Expects valid QOI files (magic "qoif"); other files are honestly rejected. The result is lossless and keeps the dimensions and transparency.

    FAQ

    Are my images uploaded?

    No. QOI is decoded entirely locally in the browser.

    Is the conversion lossless?

    Yes. QOI and PNG are both lossless; the pixels stay exactly the same.

    What is QOI anyway?

    A very simple, lossless image format (Quite OK Image) that is especially fast to encode and decode.

    Is transparency kept?

    Yes. The alpha channel is carried over when converting to PNG.

    Related tools

    PNG to QOI · WebP to PNG · HEIC to PNG · HEIC to WebP · HEIC to AVIF · JPG to WebP