| synopsis || arguments || prev || next |

kdu_region_decompressor::process

Overload navigation: 1, 2, 3

bool process( kdu_uint16 ** channel_bufs, bool expand_monochrome, int pixel_gap, kdu_coords buffer_origin, int row_gap, int suggested_increment, int max_region_pixels, kdu_dims & incomplete_region, kdu_dims & new_region, int precision_bits=16, bool measure_row_gap_in_pixels=true)

[Declared in "../apps/support/kdu_region_decompressor.h"]

Go to class description.


Synopsis

Same as the first form of the overloaded process function, except that the channel buffers each hold 16-bit unsigned quantities. The bit-depth of the integers written into the buffer samples may be controlled using the precision_bits argument, which may be as large as 16 for this function.


Arguments

channel_bufs [kdu_uint16 **]

expand_monochrome [bool]

pixel_gap [int]

buffer_origin [kdu_coords]

row_gap [int]

suggested_increment [int]

max_region_pixels [int]

incomplete_region [kdu_dims &]

new_region [kdu_dims &]

precision_bits [int]

measure_row_gap_in_pixels [bool]


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