ImageEn, unit iexBitmaps

InsertTIFFImageStream


Declaration

procedure InsertTIFFImageStream(SourceStream, InsertingStream, OutStream: TStream; idx: Integer);


Description

Inserts the TIFF stream InsertingStream into SourceStream, saving the result to OutStream. Idx is the page where to insert the file.
As both source and destination images are not de-compressed the operation is very quick.

Note: Both TIFFs must have the same byte order. You can check it by reading the image parameters and checking TIFF_ByteOrder property.


See Also

 InsertTIFFImageFile
 ExtractTIFFImageStream
 EnumTIFFStream (Image Count)
 DeleteTIFFImGroup
 DeleteTIFFIm
 Global Image Methods
 LoadFromStreamTIFF
 InsertToStreamTIFF
 ReplaceStreamTIFF
 SaveToStreamTIFF