Convert TGA to PNG
Drop Targa (.tga) files and download lossless PNGs at the same dimensions, with the alpha channel kept. TGA is common in game and 3D pipelines but rarely opens in everyday tools; PNG makes the image usable anywhere without losing quality.
PNG is lossless, so the converted image matches the TGA pixel for pixel, and transparency carries through for textures and sprites that rely on it.
Decoding note
TGA is not a native browser format, so it is decoded by a built-in engine that loads once per tab the first time you convert one.
Batch and privacy
Add multiple files, convert, and use Download all as ZIP for the whole set. Conversion runs in your browser; nothing is uploaded, and metadata is dropped when the image is re-encoded.