Click here to Skip to main content
15,888,286 members
Articles / Programming Languages / C#

Very Fast Image Blur in C# using Direct Bit Manipulation in Pure .NET

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
17 Apr 2023CPOL1 min read 13.9K   295   11  
Very fast image processing without use of unsafe code
In this tip, you will learn how to implement very fast Image blur in C# using direct bit manipulation in pure .NET without the need for unsafe code.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
President Doxtader Industries LLC
United States United States
I've been in IT for the last 25 years in one capacity or another - always as either a network engineer or a developer... or both. At the moment I have an IT consultancy in Long Island, NY offering software development and network engineer services.

Comments and Discussions