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
Any idea on how to solve this? Thanks!