Alpha channel with two files

ImageMagickObject is a Windows COM+ interface to ImageMagick. COM+, Visual Basic, and Delphi users should post to this discussion group.
Post Reply
thetranslator
Posts: 1
Joined: 2013-02-26T06:55:17-07:00
Authentication code: 6789

Alpha channel with two files

Post by thetranslator »

Hello. I have a procedure which i currently do with photoshop, which unfortunately takes a lot of memory. So I need to "transfer" it to imagemagick, through dos commands or vb. Here is what I do.

1) open 2 tga files
2) enable the alpha channel on the first one
3) add the alpha channel on the second one
4) mark all on 1st file and copy-paste to the 2nd file
5) enable the alpha channel on the 2nd file

Can you please suggest code for doing this?

Thanks
Post Reply