Re: PerlMagick: Transform may not work
ademmler <[email protected]> Wed, 4 Nov 2009 08:54:03 +0100
| Newsgroups | gmane.comp.video.image-magick.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, sorry but I have to ask again. I have tried Distort to rotate from from center without succsess: $image->Distort(method=>'ScaleRotateTranslate', '5'); Alex > | try using the new distort function with the SRT method > See details in > http://www.imagemagick.org/Usage/distorts/#srt > > and the function in the "demo.pl" of the "demos" perl examples > directory > usally this is installed in > /usr/share/doc/ImageMagick-perl-*/demo/demo.pl > (search for Distort). The example is for an 'arc' distort but the > same > principles apply