The FastPix class provides fast pixel processing of bitmaps. It encapsulates the LockBits/UnlockBits methods.
FastPix is designed to deal only with the default GDI+ pixel format 32bppArgb and the format 32bppPArgb,but it includes a method for converting bitmaps.
File list:
FastPix.vb
FastPixel.exe