Page 1 of 1

MagickWand and -mean-shift

Posted: 2016-03-16T04:03:02-07:00
by Vojtek
Hi,

Is there a way to implement the following

Code: Select all

convert img1 -colorspace yuv -mean-shift 2x2+90% -colorspace rgb img2
using MagickWand (in FreePascal)?

So far I failed to find the 1:1 equivelent ...

Regards
Wojtek

Re: MagickWand and -mean-shift

Posted: 2016-03-25T19:38:25-07:00
by el_supremo
As of version 6.9.3-7 of ImageMagick, the MeanShiftImage function has not been implemented within MagickWand.
But even if it had, you would still have a problem because it would not have been implemented in FreePascal which appears to use a very old version of IM from 2005.

Pete