Hi Dave
Try loading the TIFFs into a TIEBitmap using:
MyIEBitmap.Location := ieFile;
MyIEBitmap.Read('D:\image.tiff');
Then resample it with:
http://www.imageen.com/help/TIEBitmap.Resample.html
And save (MyIEBitmap.Write)
Nigel
Xequte Software
www.xequte.com
nigel@xequte.com