How to convert .tga files to .png?
I would recommend the convert
command from ImageMagick. It can convert almost any graphics format into any other.
$ convert image1.tga image1.png
I would recommend the convert
command from ImageMagick. It can convert almost any graphics format into any other.
$ convert image1.tga image1.png