#include <stdio.h>#include <stdlib.h>#include <math.h>#include <time.h>#include <string.h>#include "img.h"#include "include/imgscanner.h"Go to the source code of this file.
Functions | |
| int | imgSetScanner (IMG *img, int scanner_type) |
| int imgSetScanner | ( | IMG * | img, |
| int | scanner_type | ||
| ) |
Sets scanner specific parameters in IMG data. If possible, set image zoom before calling this.
| img | IMG data which is filled with scanner specific information |
| scanner_type | SCANNER_ECAT931, SCANNER_ADVANCE, SCANNER_HRPLUS, SCANNER_HRRT |
Definition at line 47 of file imgscanner.c.
1.8.0