PictureBox filters

  • Thread starter Thread starter Kail
  • Start date Start date
K

Kail

hello,
i need to tranform an image with custom filers - does anyone know
do i need write my own algorithm or C# (.NET) supports applying
filter transformation of image object?

Adam
 
Check out the GDI+ FAQ for diverse info that might help you.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Image transition effects, snap-to-grid and Layered Windows are
all discussed in May's edition of Well Formed for C# or VB programmers
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml
 
Back
Top