libtpcimgp
 All Data Structures Files Functions Variables Typedefs Defines
Functions
imgscanner.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#include <string.h>
#include "img.h"
#include "include/imgscanner.h"
Include dependency graph for imgscanner.c:

Go to the source code of this file.

Functions

int imgSetScanner (IMG *img, int scanner_type)

Function Documentation

int imgSetScanner ( IMG *  img,
int  scanner_type 
)

Sets scanner specific parameters in IMG data. If possible, set image zoom before calling this.

Returns:
Returns 0, if ok.
Parameters:
imgIMG data which is filled with scanner specific information
scanner_typeSCANNER_ECAT931, SCANNER_ADVANCE, SCANNER_HRPLUS, SCANNER_HRRT

Definition at line 47 of file imgscanner.c.