I wish to convert TGA files (from Steam) to something more suitable, like PNG. I can't find any converters or workflows, I don't mind which it is. For Snow Leopard.

edit: Are there any free fronts to ImageMagick that are either graphical, or capable of taking a whole folder at once? Also, what does -depth 24 do? It didn't work for me, is there meant to be a different word or a =?

link|improve this question
I know this doesn't really answer the question, but you can find an online one here. – squircle Apr 11 '11 at 15:37
feedback

3 Answers

up vote 4 down vote accepted

I would recommend the convert command from ImageMagick. It can convert almost any graphics format into any other.

$ convert image1.tga image1.png
link|improve this answer
feedback

Seeing as finding an application for Mac is a little hard, you can use online services like these:

There's tons of these online. Those are just a few. Plus they're free! (as in beer)

link|improve this answer
feedback

If you prefer a graphical user interface, you can use GraphicConverter. It also allow batch conversion.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.