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