Méthode | Description | |
---|---|---|
decode ( |
This version of decode honors the intent of Reader.decode(BinaryBitmap) in that it passes null as a hint to the decoders. However, that makes it inefficient to call repeatedly. Use setHints() followed by decodeWithState() for continuous scan applications.
|
|
decode ( |
Decode an image using the hints provided. Does not honor existing state.
|
|
decodeWithState ( |
Decode an image using the state set up by calling setHints() previously. Continuous scan clients will get a large speed increase by using this instead of decode().
|
Méthode | Description | |
---|---|---|
decodeInternal ( |
public decode ( |
||
image | The pixel data to decode /// | |
Résultat | Result |
public decode ( |
||
image | The pixel data to decode /// | |
hints | Object>.Dictionary | The hints to use, clearing the previous state. /// |
Résultat | Result |
public decodeWithState ( |
||
image | The pixel data to decode /// | |
Résultat | Result |