convert2image

TGA to PNG converter

Convert Targa (.tga) textures and renders into PNG, keeping the alpha channel, so you can preview and share them anywhere.

Drop an image here, or click to choose

Loading the tool…

Runs on your device. Your images are not uploaded anywhere.

How to use it

  1. Drop in TGA files.
  2. Each is decoded, flipped the right way up if needed, and saved as PNG.
  3. Download the PNGs.

Why TGA is still everywhere in 3D

Truevision created TGA in 1984 for its graphics cards, and it stuck in games and 3D for simple reasons: it stores an 8-bit alpha channel reliably, it is trivial for software to read, and it is lossless. Texture packs, game mods, older engines and many render outputs still use it. But almost nothing outside that world can display it: not browsers, not phones, and not most photo viewers.

What is supported

True-colour (16, 24 and 32-bit), greyscale and colour-mapped TGAs, both uncompressed and RLE-compressed. The origin flag is respected, so images stored bottom-up, the default for TGA, come out the right way up. Files whose alpha channel is present but empty are treated as fully opaque, a common quirk of some exporters.

Keeping textures lossless

PNG is also lossless, so the colours and alpha are exactly preserved. That matters for normal maps and masks, where any compression changes the data the renderer reads.

TGA and PNG compared

TGAPNG
First released19841996
CompressionNone or RLE, losslessLossless
TransparencyYes, 8-bitYes, including soft edges
Animation or pagesNoOnly as APNG, rarely used
Best forGame textures and 3D pipelinesScreenshots, graphics, text and transparency
SupportGame engines, 3D and image editors; not browsersUniversal

Questions people ask

Is TGA to PNG lossless?

Yes. Colour and alpha are preserved exactly.

Why do some converters show TGA upside down?

TGA usually stores images bottom-up, with a flag saying so. Tools that ignore the flag flip it. This one reads it.

Can I convert PNG back to TGA?

Yes, with PNG to TGA.