TGA
TGA raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/x-tga
Free TGA to JPG 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 JPG'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. JPG output is always opaque and lossy, so judge it at high-contrast edges, gradients, fine texture, orientation, and any damage accumulated from repeated encoding.
Decoded canvas - Truevision TGA raster data supporting direct color, palettes, alpha, and optional run-length encoding. Written image - Lossy JPEG pixels tuned for photographic detail and near-universal compatibility.
Used for raster pictures made of individually stored pixels.
Designed for photos and compact web images.
JPG wins this route whenever its specific mix of compatibility, alpha, animation, and file size fits the destination better than TGA does.
Image origin flags can flip the picture, and alpha may represent transparency or another channel in production assets.
Every additional JPEG encode adds more ringing and blocking around edges, and any transparency has to be flattened to an opaque background first.
lossy JPEG pixels tuned for photographic detail and near-universal compatibility is what gets written, labeled as image/jpeg. Whether that actually opens depends on the receiving application, not on the file extension.
Verify orientation, channel order, alpha meaning, bit depth, palette, and dimensions in the destination renderer.
Compare faces, gradients, and high-contrast edges at full display size, and confirm transparent areas were flattened the way you expect.