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. |
Delphi
function decode(const image: TBinaryBitmap): TReadResult
Parameters
- image
- TBinaryBitmap
Returns
Delphi
function decode(const image: TBinaryBitmap; WithHints: Boolean): TReadResult
Parameters
- image
- TBinaryBitmap
- WithHints
- Boolean
Returns
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