Page 1 of 1

I have a problem with Distort

Posted: 2008-02-11T06:47:52-07:00
by loverman
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 ;)

Re: I have a problem with Distort

Posted: 2008-02-11T10:16:04-07:00
by loverman
anybody help me?

Re: I have a problem with Distort

Posted: 2008-02-11T10:40:29-07:00
by magick
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

Posted: 2008-02-11T11:17:07-07:00
by loverman
magick wrote:Distort() is a recent addition to ImageMagick. Looks like you need to upgrade your version of ImageMagick to use it.
is it support perl version?

Re: I have a problem with Distort

Posted: 2008-06-11T14:40:49-07:00
by Ryland
loverman wrote:is it support perl version?
Yes, more recent versions of the PerlMagick API support the Distort() method.

viewtopic.php?f=7&t=11021#p35199