TGA to JPG Crop Converter

Load a TGA file, drag the crop handles to define exactly the area you need, adjust quality, preview the result, then download a compact JPG. 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 JPG file. No server upload is required. The full workflow — loading, decoding, cropping, and JPEG 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. A quality slider lets you balance file size against visual fidelity before downloading. Transparent areas in the source TGA are composited onto a white background, as JPEG does not support an alpha channel.

Who This Is For

  • Web developers who need a compact, web-ready JPG from a TGA game asset or render output
  • 3D artists sharing a specific cropped region of a TGA render via email or social media
  • Game developers converting TGA screenshots or concept art crops to JPG for web or portfolio use
  • Anyone who needs to trim and convert a TGA to JPG without installing Photoshop or GIMP

TGA vs JPG: Format Comparison

PropertyTGAJPG
CompressionUncompressed or RLELossy (DCT-based)
File sizeVery largeSmall — typically 10–30× smaller than TGA
Quality lossNoneMinor at high quality settings (90%+)
Browser supportNot natively in browsersUniversal — every browser and device
TransparencyFull alpha channel (32-bit)Not supported — flattened to white
Best forGame assets, 3D renders, pipelinesPhotos, web images, email, social media
Re-encodingSafe — losslessAccumulates quality loss on each save

Frequently Asked Questions

What quality setting should I use?
The default of 92% is ideal for most photographic content — visually indistinguishable from lossless at normal viewing sizes while cutting file size dramatically. Use 85–90% for smaller files with minimal visible difference, or 95–100% when maximum fidelity is required. Avoid going below 80% for images that will be re-edited or re-exported later.
What happens to transparent areas in my TGA?
JPEG does not support transparency. The tool composites transparent pixels onto a solid white background before encoding. If you need to preserve transparency, use the TGA to PNG Crop tool instead, which supports a full alpha channel in the output.
How precise is the crop tool?
The crop operates at native pixel accuracy on the original TGA dimensions. The canvas is scaled to fit your screen for display, but crop coordinates are mapped back to the full-resolution image before the JPG is generated.
Can I move the crop selection after setting it?
Yes — click and drag inside the crop rectangle (away from the handles) to reposition it anywhere within the image. Handles resize; the interior pans.
What browsers are supported?
All modern browsers — Chrome, Firefox, Edge, and Safari (desktop and mobile). The TGA decoder is pure JavaScript and JPEG encoding is handled natively by the Canvas API, both universally supported since 2015.
Is there a file size limit?
There is no server-imposed limit because no upload occurs. The practical limit is your browser's available RAM. Most modern desktops handle large TGA files comfortably; very large files on mobile may be slower.