ImageEn, unit iexBitmaps

TIEMultiBitmap.LoadFromBuffer

TIEMultiBitmap.LoadFromBuffer


Declaration

function LoadFromBuffer(Buffer: pointer; BufferSize: integer; ImageFormat: TIOFileType = ioUnknown);


Description

Load an image from a buffer (including all its frames) of any format supported by the TImageEnMIO class.
You can optionally specify the Format. If it is not specified ImageEn will determine the file type automatically.

Returns False on failure.

Note: For legacy reasons, LoadFromBuffer() is an alias of Read()


See Also

LoadFromFile
LoadFromBuffer
SaveToFile
MIO