I'm writing a performance critical class in C# for image manipulation. I'm using LockBits to gain access to the actual data directly and all is working well but I'd like to get more info on the memory signature of certain PixelFormats, most notably Imaging.PixelFormat.Format32bppPArgb.

Anyone know a reliable website somewhere which lists these?

link|improve this question

feedback

1 Answer

You will find neccessary information about image manipulation with using LockBits.

http://www.bobpowell.net/lockingbits.htm

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.