Converting to a v2 Targa

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
_jaime_
Posts: 1
Joined: 2017-10-13T02:15:30-07:00
Authentication code: 1151

Converting to a v2 Targa

Post by _jaime_ »

I've been converting several images into targa format simply by using: convert input.ext output.tga and noticed that the created targa image is of the original TGA format. How can I make it create the new (v2) targa format (with targa footer)?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Converting to a v2 Targa

Post by fmw42 »

I do not believe there is a current way with ImageMagick. Targa support is likely limited to the original format. But I will defer to the ImageMagick developers to comment further or correct me.
Post Reply