barrel distortion syntax?
barrel distortion syntax?
Is barrel distortion implemented in the PerlMagick API? I can't find it in the documentation.
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: barrel distortion syntax?
See the Distort method in the list of Image Manipulation Methods at http://imagemagick.org/script/perl-magick.php
and from the command line issue this command:
which will print the valid distort methods in your version of IM.
On my system IM 6.4.4 prints:
Pete
and from the command line issue this command:
Code: Select all
convert -list distort
On my system IM 6.4.4 prints:
Code: Select all
Affine
AffineProjection
ScaleRotateTranslate
SRT
Perspective
PerspectiveProjection
Bilinear
Arc
Polar
DePolar
Barrel
BarrelInverse
Shepards
Re: barrel distortion syntax?
Thanks, that's good info.
My webhost has 6.4.1 installed, which doesn't have barrel distortion, apparently. I'll have to see if they can update the install.
Thanks again.
My webhost has 6.4.1 installed, which doesn't have barrel distortion, apparently. I'll have to see if they can update the install.
Thanks again.