ImageEn, unit iexBitmaps

TIOParams.LoadFromStream

TIOParams.LoadFromStream


Declaration

procedure LoadFromStream(Stream: TStream; CheckMagicString: Boolean = true);


Description

Load file formats parameters from a stream that was filled using SaveToStream.

CheckMagicString should always be True, unless you must maintain compatibility with streams saved from earlier editions of ImageEn (prior to v6.3.1)

Note: This does NOT read the parameters from an existing image file stream. See Read instead.