Hi,
I want to edit the picture in a picture box loaded at run time ie., i would like to adjust the brightness, contrast, sharpness etc., at run time.
How can i do this
Pls. help
Thanx in Advance
:) :) :)
Printable View
Hi,
I want to edit the picture in a picture box loaded at run time ie., i would like to adjust the brightness, contrast, sharpness etc., at run time.
How can i do this
Pls. help
Thanx in Advance
:) :) :)
None of this is easy,
you can get the picture object through the DC, and use image manlipulations to edit the picture, but you have to do most of what you want yourself. IE brighten the picture, add a percentage of the pixel value to the pixel for each pixel.