How do I save as tga?
- 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?
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/
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?
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.
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: How do I save as tga?
The ImageMagick commands must all be used from the DOS command line. There's no GUI interface.
Pete
Pete