Click here to Skip to main content
15,886,362 members

Image Processing for Dummies with C# and GDI+

  1. 0

    Image Processing for Dummies with C# and GDI+ Part 1 - Per Pixel Filters

    The first in a series of articles which will build an image processing library in C# and GDI+
    Added 31 Jul 2022
  2. 1

    Image Processing for Dummies with C# and GDI+ Part 2 - Convolution Filters

    The second in a series of articles which will build an image processing library in C# and GDI+.
    Added 31 Jul 2022
  3. 2

    Image Processing for Dummies with C# and GDI+ Part 3 - Edge Detection Filters

    The third in a series of articles which will build an image processing library in C# and GDI+
    Added 31 Jul 2022
  4. 3

    Image Processing for Dummies with C# and GDI+ Part 4 - Bilinear Filters and Resizing

    The fourth installment covers how to write a filter that resizes an image, and uses bilinear filtering
    Added 31 Jul 2022
  5. 4

    Image Processing for Dummies with C# and GDI+ Part 5 - Displacement filters, including swirl

    In the fifth installment, we build a framework for generating filters that work by changing a pixel's location, rather than colour.
    Added 31 Jul 2022
  6. 5

    Image Processing for Dummies with C# and GDI+ Part 6 - The HSL color space

    A discussion of the HSL color space, including code for a color picker and image filters
    Added 31 Jul 2022