Hi
In our analysis ImageEn correctly displays this image, which contains an invisible range of values.
To show the image you should adjust the visible range using TImageEnView.IEBitmap.BlackValue and WhiteValue. This is done automatically if you call AutoCalcBWValues():
imageenview1.LegacyBitmap := false;
imageenview1.IO.NativePixelFormat := true;
imageenview1.io.loadfromfile('00000001.TIF');
imageenview1.IEBitmap.AutoCalcBWValues;
Nigel
Xequte Software
www.xequte.com
nigel@xequte.com