A fast way to work on Windows bitmap pixel data without using the slow GetPixel and SetPixel methods
Posted
on Code Project
See other posts from Code Project
Published on Sat, 05 Jun 2010 08:42:00 GMT
Indexed on
2010/06/05
13:02 UTC
Read the original article
Hit count: 144
Filed under:
When GetPixel() and SetPixel() are very slow, try this solution.
© Code Project or respective owner