GdipBitmapLockBits works on pBitmaps, requires locking ?
CreatDIBSection gives you a DIBsection, doesn't require locking ?
which method is better for working with raw pixel data ?
Here are two implementations for finding the difference between two images using each method.