en

QOI to PNG

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

Your files

    Running locally on your device ...

    0%

    Your files never left your device

      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
      Servers in GermanyGDPR by design
      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.

      Specifications

      Specifications
      Input formatsQOI
      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