How do I save as tga?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Zambaku

How do I save as tga?

Post by Zambaku »

How do I save an png image as tga?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: How do I save as tga?

Post by fmw42 »

convert image.png image.tga

provided your version of IM supports png and tga.

convert -list format

must list tga and png

convert -list configure must have png or you will need to install the libpng delegate

see http://www.imagemagick.org/download/delegates/
Zambaku

Re: How do I save as tga?

Post by Zambaku »

And how do I use the convert tool? I click the Convert icon but it just opens a dos interface that closes down right away.
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: How do I save as tga?

Post by el_supremo »

The ImageMagick commands must all be used from the DOS command line. There's no GUI interface.

Pete
Post Reply