ImageEn, unit ieMIO

TImageEnMIO.SaveToStreamTIFF

TImageEnMIO.SaveToStreamTIFF

Declaration

procedure SaveToStreamTIFF(Stream: TStream; SaveSelected: Boolean = False);

Description

Save all images in the attached TImageEnMView or TIEMultiBitmap to a stream in TIFF format.
If SelectedOnly = True and the component is attached to a TImageEnMView then only the selected images are output.

Note:
◼ImageEn always saves TIFF files with a Little-Endian/Intel Byte order
◼If an internal save error is encountered Aborting will return True. Saving issues due to insufficient write permissions and disk write failures will raise an exception.
◼To abort while saving set Aborting to True