TGA
TGA raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/x-tga
Free TGA to PNG conversion online, with the real pixel decoding and image re-encoding behavior, what gets lost, and a concrete way to check the output.
Converter.now decodes Truevision TGA raster data supporting direct color, palettes, alpha, and optional run-length encoding into a working pixel canvas, then writes that canvas according to PNG's color and compression model. Dimensions may stay constant while encoding, metadata, and fine detail change. TGA decoding follows image type, origin, pixel depth, palette, run-length packets, alpha bits, and scan direction from its descriptor fields. PNG output preserves the exact raster samples with optional full alpha and color metadata, though file size, palette reduction, the lack of animation, and profile handling all still vary by writer.
Decoded canvas - Truevision TGA raster data supporting direct color, palettes, alpha, and optional run-length encoding. Written image - Pixels written losslessly with a full alpha channel available.
Used for raster pictures made of individually stored pixels.
Designed for lossless images and transparency.
Choose PNG when its particular balance of compatibility, alpha, animation, and file size matches the destination better than TGA.
Image origin flags can flip the picture, and alpha may represent transparency or another channel in production assets.
PNG is a poor fit for photographic detail, and even without any JPEG-style loss, palette reduction can visibly simplify a smooth gradient.
The writer builds pixels written losslessly with a full alpha channel available and labels the result as image/png. The receiving application - Not the extension alone - Is the final compatibility test.
Verify orientation, channel order, alpha meaning, bit depth, palette, and dimensions in the destination renderer.
Zoom to 100% on transparent edges, gradients, and small text, and confirm the exact pixel dimensions.