TGA to ICO Crop Converter
Load a TGA file, drag the crop handles to isolate the icon area you need, preview the result, then download a multi-size ICO file ready for use as a favicon or Windows icon. 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 packages the selected region into a multi-size ICO file. No server upload is required. TGA files are decoded with a built-in parser handling uncompressed and RLE-compressed variants at 8, 16, 24, and 32 bits per pixel. The ICO encoder generates up to four size tiers (256, 128, 64, and 32 px) by downscaling the cropped region using a high-quality canvas scaling pass. Each tier is stored as a 32-bit PNG-in-ICO, the modern format supported by Windows Vista and later and all major browsers. The result is a single .ico file usable as a favicon, Windows application icon, or desktop shortcut icon.
Who This Is For
- Web developers who need a favicon.ico from a game asset or sprite stored in TGA format
- Game developers creating Windows application icons from TGA texture sheets or logos
- Designers converting a TGA logo or icon asset to the ICO format for desktop deployment
- Anyone who needs to extract and convert a TGA region to ICO without installing Photoshop or GIMP
TGA vs ICO: Format Comparison
| Property | TGA | ICO |
|---|---|---|
| Primary use | Game assets, 3D renders, textures | Favicons, Windows app icons, shortcuts |
| Multi-size container | No — single image per file | Yes — multiple sizes in one .ico file |
| Browser support | Not natively supported | Universal favicon support in all browsers |
| Transparency | Full alpha (32-bit) | Full alpha (32-bit PNG-in-ICO) |
| Max size | Unlimited | 256×256 per tier (PNG-in-ICO) |
| Compression | None or RLE | PNG compression per tier |
| Best for | Real-time rendering, pipelines | Icons, favicons, OS integration |
