T O P I C R E V I E W |
Agnieszka |
Posted - Nov 05 2012 : 05:16:22 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');
Agnieszka |
2 L A T E S T R E P L I E S (Newest First) |
Agnieszka |
Posted - Nov 05 2012 : 06:19:51 Ok, thank you for the reply - I'll go through my code once more then...
Agnieszka |
w2m |
Posted - Nov 05 2012 : 05:51:44 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.
William Miller Email: w2m@frontiernet.net EBook: http://www.imageen.com/ebook/ Apprehend: http://www.frontiernet.net/~w2m/index.html |