convert: unrecognized distortion type `Shepards'

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
merovinq
Posts: 4
Joined: 2010-12-18T11:46:18-07:00
Authentication code: 8675308

convert: unrecognized distortion type `Shepards'

Post by merovinq »

I am new to many of the feature of imagemagick an have only used it in the past to do basic image converting. I am trying the Shepards distort example on the following page:

http://www.imagemagick.org/Usage/distorts/#shepards

but I am getting the following error: convert: unrecognized distortion type `Shepards'

Here is the command I am issuing to the comandline on my debian box

Code: Select all

convert split_contrast_3.tif -virtual-pixel Black  -distort Shepards '2,11 9,11  18,38 9,38  183,17 192,17  200,39 192,39'  larplawn_aud1.tif
Currently using Version: ImageMagick 6.3.7 11/17/10 Q16

Any idea on how to solve this? Thanks!
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: convert: unrecognized distortion type `Shepards'

Post by el_supremo »

The Shepards distortion wasn't added until version 6.4.2 so you would need to upgrade.

Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
Post Reply