Image class changes?

Whatever happened to Image::lockPixelDataReadWrite and Image::releasePixelDataReadWrite ?

I recently upgraded to the git tip and I think these are missing. They were so useful when using low-level filters etc. the images.

I refactored them - there’s a class for it now: Image::BitmapData

Ok, thanks, looks nice.