TGA to PNG Crop Converter
Load a TGA file, drag the crop handles to define exactly the area you need, preview the result, then download a lossless PNG with full transparency support. 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 converts the selected area to a PNG file. No server upload is required. The full workflow — loading, decoding, cropping, and PNG encoding — runs entirely in client-side JavaScript using the HTML5 Canvas API. TGA files are decoded with a built-in parser that handles uncompressed (type 2/3) and RLE-compressed (type 10/11) TGA variants at 8, 16, 24, and 32 bits per pixel. The output PNG uses lossless compression and preserves full alpha-channel transparency from 32-bit TGA sources, making it the ideal format for game sprites, UI elements, and any asset where pixel-perfect quality and transparency must be retained.
Who This Is For
- Game developers exporting TGA sprites or texture regions to browser-compatible PNG for web deployment
- 3D artists converting TGA render crops to PNG for use in presentations, portfolios, or web pages
- Web developers who need a lossless, transparent PNG from a TGA game asset or sprite sheet
- Anyone who needs to trim and convert a TGA to PNG without installing Photoshop or GIMP
TGA vs PNG: Format Comparison
| Property | TGA | PNG |
|---|---|---|
| Compression | Uncompressed or RLE | Lossless (DEFLATE) |
| File size | Very large (uncompressed) | Smaller — typically 2–5× smaller than uncompressed TGA |
| Quality loss | None | None — fully lossless |
| Browser support | Not natively supported | Universal — every browser and device |
| Transparency | Full alpha channel (32-bit) | Full alpha channel |
| Best for | Game assets, 3D renders, legacy pipelines | Web graphics, sprites, icons, any lossless web use |
| Re-encoding | Safe — lossless | Safe — lossless, no quality accumulation |
