"Richard Zillmann" on  wrote...
| Hello,
| 
| I am trying to create a synthetic image with PerlMagick.
| I just do not know how to create an alpha channel (8 bit) to the image.
| 
| I tried the following code (see below).
| It works without any error message.
| But the resulting image looks just plain opaque.
| 
| Any help would be highly appreciated
| 
If the mask contains a alpha channel CopyOpacity does not use it as a
grey scale mask!

That it is a opaque channel exists that is what is copied, just as the
name implies, requiting in bad form of Dst_In composition.

To use CopyOpacity correctly make sure the mask has no
alpha/matte/opaque channel.

  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
    You said the learning curve was steep, but neglected to mention the
    roller coaster ride in the middle! -- Anni <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to