• Home
  • Raw
  • Download

Lines Matching +full:lsb +full:- +full:release

1 /* ------------------------------------------------------------------------------------------------…
3 /* umax.h - headerfile for SANE-backend for umax scanners
5 (C) 1997-2002 Oliver Rauch
21 additional uses of the libraries contained in this release of SANE.
34 a subsequent release, you agree by submitting the changes that
43 /* ------------------------------------------------------------------------------------------------…
51 /* ------------------------------------------------------------------------------------------------…
60 /* ------------------------------------------------------------------------------------------------…
64 /* ------------------------------------------------------------------------------------------------…
68 /* ------------------------------------------------------------------------------------------------…
74 /* ------------------------------------------- */
85 /* ------------------------------------------- */
88 OPT_TL_X, /* top-left x */
89 OPT_TL_Y, /* top-left y */
90 OPT_BR_X, /* bottom-right x */
91 OPT_BR_Y, /* bottom-right y */
93 /* ------------------------------------------- */
101 OPT_RGB_BIND, /* use same rgb-values for each color in color-mode */
132 /* ------------------------------------------- */
171 OPT_PREVIEW, /* preview, sets preview-bit and bind x/y-resolution */
178 /* ------------------------------------------------------------------------------------------------…
203 unsigned char *buffer[SANE_UMAX_SCSI_MAXQUEUE]; /* buffer used for scsi-transfer */
226 unsigned int pixelline_read; /* number of read pixel-lines */
227 unsigned int pixelline_written; /* number of written pixel-lines */
242 int three_pass; /* used in RGB-mode if 3-pass => 1 */
244 unsigned int row_len; /* len of one scan-line in bytes */
246 unsigned int max_value; /* used for pnm-file */
253 int inquiry_x_res; /* maximum x-resolution */
254 int inquiry_y_res; /* maximum y-resolution */
256 int inquiry_dor_x_res; /* maximum x-resolution for dor mode */
257 int inquiry_dor_y_res; /* maximum y-resolution for dor mode */
316 int inquiry_lineart_order; /* 1 = LSB first, 0 = MSB first */
344 unsigned int relevant_max_x_res; /* maximum x-resolution */
345 unsigned int relevant_max_y_res; /* maximum y-resolution */
361 unsigned int x_resolution; /* scan-resolution for x in dpi */
362 unsigned int y_resolution; /* scan-resolution for y in dpi */
363 double scale_x; /* x-scaling of optical resolution */
364 double scale_y; /* y-scaling of optical resolution */
390 int holder_focus_pos_0mm; /* 0.6mm <-> 0.0mm holder focus position */
391 int manual_focus; /* automatic <-> manual focus */
392 int warmup; /* 1=set warmup-bit */
416 int threshold; /* (128) 0-255, lineart mode */
417 int brightness; /* (128) cbhs_range 0-255, halftone mode */
418 int contrast; /* (128) cbhs_range 0-255, halftone-mode */
419 int highlight_r; /* (255) cbhs_range 1-255, each mode */
420 int highlight_g; /* (255) cbhs_range 1-255, each mode */
421 int highlight_b; /* (255) cbhs_range 1-255, each mode */
422 int shadow_r; /* (0) cbhs_range 0-254, each mode */
423 int shadow_g; /* (0) cbhs_range 0-254, each mode */
424 int shadow_b; /* (0) cbhs_range 0-254, each mode */
427 int digital_gamma_r; /* gamma-select for red and gray */
428 int digital_gamma_g; /* gamma-select value for green */
429 int digital_gamma_b; /* gamma-select value for blue */
438 int do_color_ordering; /* 1: order line-mode to pixel-mode */
440 int button0_pressed; /* scan-button 0 on scanner is pressed => 1 */
441 int button1_pressed; /* scan-button 1 on scanner is pressed => 1 */
442 int button2_pressed; /* scan-button 2 on scanner is pressed => 1 */
457 int gamma_lsb_padded; /* 16 bit gamma data is padded to lsb */
462 /* ------------------------------------------------------------------------------------------------…
494 /* ------------------------------------------------------------------------------------------------…
497 #endif /* umax-sane_h */