Hi Rico
Sorry can you be more specific?
You might want to look at:
http://www.imageen.com/help/TIOParams.TIFF_Compression.html
Here's an example of saving a monochrome compressed image:
ImageEnView1.IO.Params.TIFF_Compression := ioTIFF_LZW;
ImageEnView1.IO.Params.BitsPerSample := 1;
ImageEnView1.IO.Params.SamplesPerPixel := 1;
ImageEnView1.IO.SaveToFile('D:\output.tif');
Nigel
Xequte Software
www.xequte.com
nigel@xequte.com