TGA to TIFF Crop Converter
Load a TGA file, drag the crop handles to define exactly the area you need, preview the result, then download a lossless TIFF. Everything runs in your browser — your image never leaves your device.
Drop a TGA here
or Browse Files · TGA supported
What This Tool Does
This tool loads a TGA (Truevision TGA) image directly in your browser, presents an interactive crop overlay with draggable handles, and encodes the selected region as an uncompressed TIFF file. No server upload is required. The full workflow — loading, decoding, cropping, and TIFF encoding — runs entirely in client-side JavaScript. TGA files are decoded with a built-in parser handling uncompressed (type 2/3) and RLE-compressed (type 10/11) variants at 8, 16, 24, and 32 bits per pixel. TIFF output is written using a minimal inline encoder that produces a valid Baseline TIFF with RGB or RGBA colour space, ensuring compatibility with Photoshop, GIMP, Lightroom, and any other standard image application.
Who This Is For
- 3D artists and game developers archiving or re-purposing TGA render output as lossless TIFF
- Print professionals who need a crop of a TGA source asset in TIFF for pre-press workflows
- Photographers and archivists converting legacy TGA assets to the universally supported TIFF format
- Anyone who needs to trim and convert a TGA to TIFF without installing Photoshop or GIMP
TGA vs TIFF: Format Comparison
| Property | TGA | TIFF |
|---|---|---|
| Compression | Uncompressed or RLE | Lossless (uncompressed, LZW, ZIP) |
| File size | Large (uncompressed) | Large — similar to uncompressed TGA |
| Quality loss | None | None |
| Application support | Game engines, 3D tools | Universal — Photoshop, GIMP, print, archival |
| Transparency | Full alpha channel (32-bit) | Full alpha channel |
| Best for | Real-time rendering, legacy pipelines | Print production, archiving, professional editing |
| Metadata support | Minimal | Rich — EXIF, IPTC, XMP supported |
