[magick-users] PerlMagick question
$image->Read("gradient:orange-none") no longer works ?
Walter Higgins
walterh at rocketmail.com
Tue Sep 19 13:51:19 CDT 2006
Hi,
I've been using the following command to create a canvas which is a gradient going from orange to transparent..
my $image = new Image::Magick();
$image->Read("gradient:orange-none");
This no longer seems to work in 6.2.9 (windows) - What I get is an orange canvas with no gradient at all.
Anyone know how I can create an orange-none gradient in 6.2.9 using perlmagick ?
Walter Higgins
More information about the Magick-users
mailing list