| synopsis || prev || next |

kdu_codestream::set_fast

Java: Kdu_codestream::Set_fast

void set_fast( )

Java: void Set_fast( )

[Declared in "../coresys/common/kdu_compressed.h"]

Go to class description.


Synopsis

This function may be called at any time to modify the way input errors are treated. The functions has no impact on output or interchange codestreams. The modes established by set_resilient, set_fussy and set_fast are mutually exclusive.

The fast mode is used by default. In this case, compliance is assumed and checking is minimized; there is no attempt to recover from any errors — for that, use set_resilient.


| top || synopsis || prev || next |