Masks, Mattes, Transparencies and Keys
Posted: 2007-08-05T13:49:01-07:00
To the ImageMagick wizards and problem solvers:
I need help extracting the mask from a tga file and have tried all of the following before posting here:
convert file.tga -channel matte -separate +channel -negate file_1.tga
convert file.tga -channel matte -negate -separate file_2.tga
convert file.tga -fx 'A' +matte file_3.tga
I also tried the colorize method.
None of these produce the true alpha channel by itself (as I can get using Final Cut Pro's extract matte tool so I know it's there). What am I missing here? Is there a problem with the image not getting processed in true RGBA space (a problem seen in another post)?
This is for a video playback system at our TV station. Our sequencer plays the animation on one channel while the other channel plays the black & white traveling matte so we can key the animation over another video source. I need the one tga file split into two files: the animation file and the matte file.
Any help would be appreciated! Thanks!
I need help extracting the mask from a tga file and have tried all of the following before posting here:
convert file.tga -channel matte -separate +channel -negate file_1.tga
convert file.tga -channel matte -negate -separate file_2.tga
convert file.tga -fx 'A' +matte file_3.tga
I also tried the colorize method.
None of these produce the true alpha channel by itself (as I can get using Final Cut Pro's extract matte tool so I know it's there). What am I missing here? Is there a problem with the image not getting processed in true RGBA space (a problem seen in another post)?
This is for a video playback system at our TV station. Our sequencer plays the animation on one channel while the other channel plays the black & white traveling matte so we can key the animation over another video source. I need the one tga file split into two files: the animation file and the matte file.
Any help would be appreciated! Thanks!