Home Code Downloads Image Adjuster Code
usbplugs150x600b.jpg
Image Adjuster Code Print E-mail

This basic image adjuster program uses the ColorMatrix Class of the System.Drawing.Imaging namespace to modify the brightness and contrast of a image.  It also uses the same class to convert a image to gray scale, sepia, or to a negative.  Examples of doing all 5 operations along with tracking if the image has been changed and if a file was dragged and dropped onto the picture box control are available along with all code being fully commented.

 

Download the VB.Net 2008 SP1 source code: code-imageadjuster.zip

 

Screen shot:

Image Adjsuter Screenshot

(Image in this screen shot was taken from www.digitalblasphemy.com)

 

This source is released under the GPL.