>Hi,
>
>Any ImageMagick users here?
>
>In RHEL4's ImageMagick I could do:
>
>   convert -fill \#ff00007f -opaque \#00ff00 input output
>
>to convert (in this example) the color green by a half transparent
>red color.  In RHEL5 this just doesn't work anymore (without an
>error message).  It *does* replace the color, but it ignores the
>transparency value.  Is this an API change (what is the new command
>to do this), or a bug (I don't hope so...).
>
>Thanks,
>

By default, ImageMagick sets "-channel to the value 'RGB',
so the alpha value is ignored by default in rhel5.

convert -channel rgba -fill \#ff00007f -opaque \#00ff00 input output

Kevin Wood

http://www.gentos.org



_______________________________________________
rhelv5-beta-list mailing list
rhelv5-beta-list@redhat.com
https://www.redhat.com/mailman/listinfo/rhelv5-beta-list

Reply via email to