PNG
Portable Network GraphicsUsed for lossless images and transparency.
- Family
- Images
- MIME
- image/png
Convert PNG to TGA online. See the real transparency flattening and image encoding behavior, preservation limits, and a format-specific acceptance test.
Decoding PNG exposes a pixel canvas whose alpha then gets composited against an opaque background before TGA encoding. Because that transparency cannot be recovered afterward, edge color has to be judged against the real destination background. PNG decoding combines filtered scanlines with declared color type, bit depth, palette or full alpha, color-profile chunks, and optional ancillary metadata. TGA output targets a straightforward raster record with selectable origin, pixel depth, alpha, palette, and run-length coding used in graphics pipelines.
Canvas decoded from pixels written losslessly with a full alpha channel available. Image written as Truevision TGA raster data supporting direct color, palettes, alpha, and optional run-length encoding.
Used for lossless images and transparency.
Designed for raster pictures made of individually stored pixels.
Choose TGA when its particular balance of compatibility, alpha, animation, and file size matches the destination better than PNG.
PNG is a poor fit for photographic detail, and even without any JPEG-style loss, palette reduction can visibly simplify a smooth gradient.
Image origin flags can flip the picture, and alpha may represent transparency or another channel in production assets.
The writer builds Truevision TGA raster data supporting direct color, palettes, alpha, and optional run-length encoding and labels the result as image/x-tga. The receiving application - Not the extension alone - Is the final compatibility test.
Zoom to 100% on transparent edges, gradients, and small text, and confirm the exact pixel dimensions.
Verify orientation, channel order, alpha meaning, bit depth, palette, and dimensions in the destination renderer.