↧
C# How to: Bitmap Pixel manipulation using LINQ Queries
Article Purpose In this article we explore manipulating a Bitmap image’s underlying pixel data. The process of Pixel data manipulation at its core feature the implementation of Linq Queries targeting...
View ArticleC# How to: Linq to Bitmaps – Partial Colour Inversion
Article Purpose In this follow up article we further explore manipulating a Bitmap image’s underlying pixel data. This article is part 2 of the Linq to Bitmaps series, we’ll be focussing on partial...
View Article