i use perl + image::magick
when i wanna use
$image->Distort(points=>"0,0 20,20 ...", type=>Perspective);
i have problem
Software error:
Can't locate auto/Image/Magick/Distort.al
i don't find Distort.al at my server (FreeBSD).
Help please, and sorry for my english
I have a problem with Distort
Re: I have a problem with Distort
Distort() is a recent addition to ImageMagick. Looks like you need to upgrade your version of ImageMagick to use it.
Re: I have a problem with Distort
is it support perl version?magick wrote:Distort() is a recent addition to ImageMagick. Looks like you need to upgrade your version of ImageMagick to use it.
Re: I have a problem with Distort
Yes, more recent versions of the PerlMagick API support the Distort() method.loverman wrote:is it support perl version?
viewtopic.php?f=7&t=11021#p35199