I am displaying images on TImageenVect, then I contrast by using the command: ImgVect.IEBitmap.Contrast:=TrackBarContrast.Position; and I save images on TImageenVect with the command: ImgVect.IO.SaveToFile(filename); but its saved a picture before in contrast. how to save the image that is in sharp contrast to earlier? help me please ,..
IEBitmap.Contrast is a "display only" property (like when you adjust luminosity/contrast of your TV). In order to change contrast you have to call ImgVect.Proc.Contrast, etc...