[magick-users] Magick++: Creating clipping mask

duc.sequere.aut.de.via.decede at imagemagick.org duc.sequere.aut.de.via.decede at imagemagick.org
Mon May 26 08:53:50 PDT 2008


> What should I do to make navigating and comparing
> each pixel faster

The fastest solution is Pixels::getConst(x,y,width,height) where typically you
would process a scanline of pixels at a time.  If this is still not fast
enough you may want to use some other solution.


More information about the Magick-users mailing list