MagickWand and -mean-shift

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
Vojtek
Posts: 3
Joined: 2016-03-16T03:39:49-07:00
Authentication code: 1151

MagickWand and -mean-shift

Post 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
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Re: MagickWand and -mean-shift

Post 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
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