Click here to Skip to main content
15,890,897 members
Articles / Programming Languages / C#

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

Rate me:
Please Sign up or sign in to vote.
4.90/5 (146 votes)
25 Dec 20026 min read 946.6K   10.2K   283  
In the fifth installment, we build a framework for generating filters that work by changing a pixel's location, rather than colour.

Views

Daily Counts

Downloads

Weekly Counts

This article is part of the series 'Image Processing for Dummies with C# and GDI+ View All

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
Australia Australia
Programming computers ( self taught ) since about 1984 when I bought my first Apple ][. Was working on a GUI library to interface Win32 to Python, and writing graphics filters in my spare time, and then building n-tiered apps using asp, atl and asp.net in my job at Dytech. After 4 years there, I've started working from home, at first for Code Project and now for a vet telemedicine company. I owned part of a company that sells client education software in the vet market, but we sold that and I worked for the owners for five years before leaving to get away from the travel, and spend more time with my family. I now work for a company here in Hobart, doing all sorts of Microsoft based stuff in C++ and C#, with a lot of T-SQL in the mix.

Comments and Discussions