TGA
TGA raster imageUsed for raster pictures made of individually stored pixels.
- Family
- Images
- MIME
- image/x-tga
Convert TGA to PSD online. See the real pixel decoding and image re-encoding behavior, preservation limits, and a format-specific acceptance test.
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 PSD'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. PSD output aims to retain a Photoshop-style composite and editable layers, masks, channels, effects, text, and color data instead of only one flattened bitmap.
Canvas decoded from Truevision TGA raster data supporting direct color, palettes, alpha, and optional run-length encoding. Image written as a Photoshop document that can contain layers, masks, channels, type, and adjustment data.
Used for raster pictures made of individually stored pixels.
Designed for pixel-based artwork, scans, and photographs.
PSD 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.
Most non-PSD outputs flatten layers, while unsupported smart objects or effects may render differently.
a Photoshop document that can contain layers, masks, channels, type, and adjustment data is what gets written, labeled as image/vnd.adobe.photoshop. 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.
Open the result in the intended editor and inspect layer count, masks, typography, blend modes, and canvas size.