TGA
TGA raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/x-tga
Convert TGA to BMP online and see exactly what pixel decoding and image re-encoding changes, what BMP still can't promise, and how to verify the result.
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 BMP'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. BMP output writes a single flat pixel surface with an explicit row order and color depth, built for simple bitmap interchange rather than layers or multiple resolutions.
Decoded canvas - Truevision TGA raster data supporting direct color, palettes, alpha, and optional run-length encoding. Written image - A plainly structured bitmap with minimal compression that most software can read.
Used for raster pictures made of individually stored pixels.
Designed for pixel-based artwork, scans, and photographs.
BMP 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.
A BMP derivative is typically far larger than a web-oriented image, and row order or alpha handling can differ between the apps that read it.
The writer builds a plainly structured bitmap with minimal compression that most software can read and labels the result as image/bmp. 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.
Check the dimensions, color depth, and orientation, and confirm whether the app you're using actually reads BMP transparency.