Page 1 of 1
How do I save as tga?
Posted: 2008-07-31T16:08:51-07:00
by Zambaku
How do I save an png image as tga?
Re: How do I save as tga?
Posted: 2008-07-31T23:02:37-07:00
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/
Re: How do I save as tga?
Posted: 2008-08-01T02:35:51-07:00
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.
Re: How do I save as tga?
Posted: 2008-08-01T08:35:08-07:00
by el_supremo
The ImageMagick commands must all be used from the DOS command line. There's no GUI interface.
Pete