Hi
The current version of ImageEn does not support ie32f, but we have just added it. Please email me for a pre-release.
You can save to save ie32f pixel format as follows:
imageenview.LegacyBitmap := false;
imageenview.IEBitmap.PixelFormat := ie32f;
imageenview.IO.Params.BitsPerSample := 32;
imageenview.IO.Params.SamplesPerPixel := 1;
imageenview.IO.Params.TIFF_PhotometInterpret := ioTIFF_BLACKISZERO;
imageenview.IO.params.TIFF_Compression := ioTIFF_UNCOMPRESSED;
imageenview.IO.SaveToFile('test.tiff');
Note: TIFF_Compression must be ioTIFF_UNCOMPRESSED, ioTIFF_LZW, ioTIFF_PACKBITS or ioTIFF_ZIP
Nigel
Xequte Software
www.imageen.com