Convert TGA
Targa stills. Handled through the same local FFmpeg build as video. Every pair below runs in the browser. The file is not uploaded. Video and audio use FFmpeg in WebAssembly, fetched from this origin once, about 30 MB, then cached by the service worker. The clip itself is not part of that download.
This hub is the index, not the workbench. Each conversion is its own URL so a search for “TGA to something” can land on a page that only does that job. The file picker on those pages expects TGA when you are leaving this format, or produces TGA when you are arriving. A generic dropdown still exists under Video convert and Audio convert if you would rather pick the destination after you drop the file.
You can check the same way on every pair: open the network panel, drop a TGA file, convert it. You should see this origin. You shouldn't see a POST of the file. Google Analytics, if it's on, is page views, not your TGA bytes. If a tool needs a server, it isn't on this site.
This site can read it. This site can write it. Engine: ffmpeg.
Convert from TGA
- TGA to JPGThe usual photographic JPEG. No transparency.
- TGA to PNGLossless stills, including transparency.
- TGA to WebPA smaller web still that can keep transparency.
- TGA to AVIFOften smaller than WebP at the same viewing size.
- TGA to BMPUncompressed bitmap. Huge, simple, still used in scanning.
- TGA to ICOWindows icon file. Written here as a single PNG-in-ICO.
- TGA to TIFFCommon in scanning and print. Decoded and written in this tab.
- TGA to PPMNetpbm colour pixmap. Useful for pipelines and old UNIX tools.
- TGA to PGMNetpbm greyscale. Same local encoder path as PPM.
- TGA to PBMNetpbm 1-bit bitmap.
Convert to TGA
- JPG to TGAThe usual photographic JPEG. No transparency.
- PNG to TGALossless stills, including transparency.
- WebP to TGAA smaller web still that can keep transparency.
- AVIF to TGAOften smaller than WebP at the same viewing size.
- HEIC to TGAApple's default still format on iPhone.
- BMP to TGAUncompressed bitmap. Huge, simple, still used in scanning.
- ICO to TGAWindows icon file. Written here as a single PNG-in-ICO.
- GIF to TGAThe first frame of a GIF. Animation is not written back.
- SVG to TGAVector markup, rasterized to pixels. I do not trace photos into SVG.
- TIFF to TGACommon in scanning and print. Decoded and written in this tab.
- PPM to TGANetpbm colour pixmap. Useful for pipelines and old UNIX tools.
- PGM to TGANetpbm greyscale. Same local encoder path as PPM.
- PBM to TGANetpbm 1-bit bitmap.
Related: Convert · All formats · How it works