convet to original bit

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
minor512

convet to original bit

Post by minor512 »

hi~

"s.tga" is rgb channel image. but it is gray, so all of the chnnel is same.

when i excute convert -quiet "d:\s.tga" "d:\t.tif" ... "s.tga" is convert to 8 bit gray image.

can i convert s.tga to 24bit ? (as same as original's)

thanks~~^^
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: convet to original bit

Post by fmw42 »

try adding -type truecolor
minor512

Re: convet to original bit

Post by minor512 »

thank's a lot~~^^
Post Reply