TGA to SVG converter
About TGA | About SVG |
---|---|
TGA converter | SVG converter |
TGA is a raster graphics file format developed by Truevision, Inc. It is primarily used for gaming purpose. It is a popular format for storing high-dynamic range content and intermediary frames for video production. TGA files come in uncompressed and compressed form and can be 8-bit or 16-bit. It can also contain 24-bit or 32-bit RGB color values. A TGA file is composed of one or more Image Descriptors (ID), which contain information about the format and size of the image, as well as some other useful information such as bits per pixel, palette colors, etc. The TGA file format also supports various compression techniques such as RLE and ZIP compression. | SVG (Scalable Vector Graphics) is an open standard vector graphics file format used in web development primarily for creating and displaying interactive, resolution independent graphics such as logos, charts, illustrations, and maps. SVG files are based on XML, meaning they can be easily modified and reused with no loss of quality or detail. When compared to other image formats, SVG boasts advantageous attributes such as comprehensibility, scalability and renderability. This makes it especially useful for designing for mediums such as print or the web, where you need to make sure your graphics look good at any size. SVG is also compatible with most vector editing software, enabling you to modify, create and export your designs with ease. |