QOI TGA
File conversion

Convert QOI to TGA

Convert now
QUICK ANSWER
Is it possible to convert QOI to TGA?
Yes - QOI converts to TGA.

You can do it right here with our free converter - no sign-up, and your file is deleted right after.

ImageMagick converts directly with magick input.qoi output.tga, and both formats are lossless with alpha, so no pixel data is lost. TGA is popular in game and 3D pipelines, which is usually why the conversion is needed.

Also to TGA: DDS · TXD · VTF

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox
QOI → TGA converterFREE
Drop a .QOI file here
or pick one - we convert it to .TGA and give you the file to download

Why convert QOI to TGA?

TGA is a long-standing texture format that game engines, texturing tools and 3D DCC apps read natively, while QOI is rarely supported there. Converting to .tga drops the image straight into those pipelines while keeping full RGBA, since both are lossless.

How to convert QOI to TGA

ImageMagick OPEN-SOURCE

Run magick input.qoi output.tga (ImageMagick 7.1.0-20+ reads QOI). Add -compress RLE if you want the run-length TGA variant instead of uncompressed.

XnView MP APP

Open the .qoi, then File > Export... and pick TGA. XnConvert can process an entire folder of QOI textures at once.

GIMP 3.0 OPEN-SOURCE

Open the .qoi in GIMP 3.0 (which added QOI support), then File > Export As... and give it a .tga extension to save a TrueVision TGA.

About these formats

Quality & what to watch

  • Both formats are lossless, so the pixels and alpha channel are preserved exactly.
  • TGA files are much larger than QOI because TGA is either uncompressed or lightly RLE-compressed.
  • Check whether your target tool expects top-left or bottom-left row order; some engines flip TGA textures vertically.

Frequently asked questions

Is the alpha channel kept?
Yes. QOI and 32-bit TGA both store RGBA, so transparency survives the conversion.
Uncompressed or RLE TGA?
Both are lossless. Use -compress RLE in ImageMagick for smaller files, or leave it uncompressed for maximum tool compatibility.
Why convert to TGA at all?
TGA is still a common texture format in game engines and 3D apps that do not read QOI.