en

PNG to QOI

Convert PNG images to QOI locally - lossless and blazing fast, 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 lossless image format that gets by with just a few simple rules and is therefore extremely fast to encode and decode. It is popular for game assets, editors and intermediate formats because, without complex entropy compression, it produces surprisingly small files - comparable to PNG, but with a markedly leaner algorithm.

      This tool reads your PNG via the native canvas and encodes it with its own dependency-free QOI encoder entirely locally in your browser. The encoder follows the official QOI specification, so the file is compatible with other QOI tools.

      Because QOI and PNG are both lossless, no image information is lost; transparency is preserved. The whole conversion happens with no upload, even offline - your images never leave your device.

      Specifications

      Specifications
      Input formatsPNG
      Output formatQOI
      Batch processingYes
      ProcessingLocally in your browser (JavaScript)
      File uploadNone

      In 3 steps

      1. Drop your PNG file(s).
      2. The image is encoded to QOI locally.
      3. Download the QOI files (individually or as ZIP).

      Limitations: Reads any browser-decodable PNG and encodes losslessly to QOI (RGBA, sRGB). Very large images need correspondingly more memory. Other files are honestly rejected.

      FAQ

      Are my images uploaded?

      No. The PNG is read locally and QOI is encoded locally - nothing is uploaded.

      Is the conversion lossless?

      Yes. QOI, like PNG, is lossless; the pixels stay exactly the same.

      Is the QOI file compatible with other tools?

      Yes. The encoder follows the official QOI specification (magic "qoif", standard chunks).

      Is transparency kept?

      Yes. QOI stores the alpha channel; transparency is carried over.

      Related tools