giulienk has asked for the wisdom of the Perl Monks concerning the following question:
but it's not working: setting an attribute is obvioulsy not like manipulating the image.my $image = Image::Magick->new; my $x = $image->Read('myGDGraphImage.png'); $image->Set(antialias=>'True'); $x = $image->Write('mySupposedToBeAliased.png');
gkinueliileunikg
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Image anti-aliasing using GD and Image::Magick
by Masem (Monsignor) on Dec 08, 2001 at 20:20 UTC | |
|
Re: Image anti-aliasing using GD and Image::Magick
by hsmyers (Canon) on Dec 08, 2001 at 22:36 UTC | |
by giulienk (Curate) on Dec 09, 2001 at 00:02 UTC |