Convert TGA to WebP
Drop Targa (.tga) files and download web-ready WebP at the same dimensions, with the alpha channel kept. TGA is a heavy pipeline format; WebP gives it strong compression and broad support so it can ship to a page.
The encode is lossy, tuned for visual quality. For a lossless copy, convert to PNG instead. Transparency carries through for textures and cutouts that rely on it.
Decoding note
TGA is not a native browser format, so it is decoded by a built-in engine that loads once per tab the first time you convert one.
Batch and privacy
Add multiple files, convert, and use Download all as ZIP for the whole set. Conversion runs in your browser; nothing is uploaded, and metadata is dropped when the image is re-encoded.