| synopsis || arguments || prev || next |
void start( kdu_codestream codestream, bool force_precise=false)
Java: void Start( Kdu_codestream codestream, boolean force_precise)
[Declared in "../apps/support/kdu_stripe_decompressor.h"]
Call this function to initialize the object for decompression. Each call to start must be matched by a call to finish, but you may re-use the object to process subsequent images, if you like.
Interface to a kdu_codestream object whose create function has already been called. Before passing the code-stream to this function, you might like to alter the geometry by calling kdu_codestream::change_appearance, or you might like to restrict the spatial region, number of components or number of layers which will appear to be present during decompression, by calling kdu_codestream::apply_input_restrictions.
If true, 32-bit internal representations are used by the decompression engines created by this object, regardless of the precision of the image samples reported by kdu_codestream::get_bit_depth.