Click here to Skip to main content
15,888,527 members
Articles / Multimedia / GDI+

Fast Pixel Operations in .NET (With and Without unsafe)

Rate me:
Please Sign up or sign in to vote.
4.82/5 (48 votes)
8 Jan 2018CPOL4 min read 100.7K   108  
Using GetPixel or SetPixel for all but tiniest images is a terrible idea. Stop using these methods and make your code over 300 times faster!

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Poland Poland

Comments and Discussions