I've been using the TImageEnMView to load a multipage TIFF file. I've managed to successfully display the file's pages and perform a few changes (f.e. rotate some of the pages) and finally to save these modifications. Unfortunately "AdjustBrightnessContrastSaturation" function allows me to display but not to save the changes. Could you give me a tip how to perform changes of brightness and contrast and save them?
Here's the code I've been using: IT.Proc.AdjustBrightnessContrastSaturation(FBrightness, FContrast, FSaturation); IT.MIO.SaveToFileTIFF('D:\testBCS.tif');
You should not have to do anything special to save the modified image.
I can not duplicate what you describe. When AdjustBrightnessContrastSaturation is appled here and the tif file is saved the change is implemented in the tif file.