TMultiFormatReader.decode Method

Overloads

decode(TBinaryBitmap)
decode(TBinaryBitmap, Boolean)
decode(TBinaryBitmap, TDictionary<TDecodeHintType,TObject>)

Decode an image using the hints provided. Does not honor existing state.

decode(TBinaryBitmap)

Delphi
function decode(const image: TBinaryBitmap): TReadResult

Parameters

Returns

decode(TBinaryBitmap, Boolean)

Delphi
function decode(const image: TBinaryBitmap; WithHints: Boolean): TReadResult

Parameters

WithHints
Boolean

Returns

decode(TBinaryBitmap, TDictionary<TDecodeHintType,TObject>)

Decode an image using the hints provided. Does not honor existing state.

Delphi
function decode(const image: TBinaryBitmap; hints: TDictionary<TDecodeHintType, TObject>): TReadResult

Parameters

image
TBinaryBitmap

The pixel data to decode

hints
TDictionary<TDecodeHintType, TObject>

The hints to use, clearing the previous state.

Returns

TReadResult

The contents of the image