aimstil  5.0.5
RAWImage.h File Reference
#include "til/til_common.h"
#include <stdio.h>
Include dependency graph for RAWImage.h:

Go to the source code of this file.

Functions

FILE * openRawImage (char *filename, int xs, int ys, int bytesPerPixel, int *zs)
 
unsigned short * readRawImage16 (char *filename, int xs, int ys, int bytesPerPixel, int *zs)
 
unsigned short * readRawImage16ByNumber (FILE *fp, int slice, int xs, int ys, int bytesPerPixel)
 
unsigned short * readRawImage16Sequentially (FILE *fp, int xs, int ys, int bytesPerPixel)
 
short * readRawImageS16Sequentially (FILE *fp, int xs, int ys, int bytesPerPixel)
 
unsigned char * readRawImage8 (char *filename, int xs, int ys, int zs)
 
unsigned char * readRawImage8ByNumber (FILE *fp, int slice, int xs, int ys)
 
unsigned char * readRawImage8Sequentially (FILE *fp, int xs, int ys)
 
int writeRawImage16 (char *filename, unsigned short *sPtr, int xs, int ys, int zs)
 
int writeRawImage16Sequentially (FILE *fp, unsigned short *sPtr, int xs, int ys)
 
int writeRawImageS16SequentiallyBO (FILE *fp, short *sPtr, int xs, int ys, int bpp)
 
int writeRawImage16BO (char *filename, unsigned short *sPtr, int xs, int ys, int zs, int bpp)
 
int writeRawImage16SequentiallyBO (FILE *fp, unsigned short *sPtr, int xs, int ys, int bpp)
 
int writeRawImage8 (char *filename, unsigned char *cPtr, int xs, int ys, int zs)
 
int writeRawImage8Sequentially (FILE *fp, unsigned char *cPtr, int xs, int ys)
 

Function Documentation

◆ openRawImage()

FILE* openRawImage ( char *  filename,
int  xs,
int  ys,
int  bytesPerPixel,
int *  zs 
)

◆ readRawImage16()

unsigned short* readRawImage16 ( char *  filename,
int  xs,
int  ys,
int  bytesPerPixel,
int *  zs 
)

◆ readRawImage16ByNumber()

unsigned short* readRawImage16ByNumber ( FILE *  fp,
int  slice,
int  xs,
int  ys,
int  bytesPerPixel 
)

◆ readRawImage16Sequentially()

unsigned short* readRawImage16Sequentially ( FILE *  fp,
int  xs,
int  ys,
int  bytesPerPixel 
)

◆ readRawImage8()

unsigned char* readRawImage8 ( char *  filename,
int  xs,
int  ys,
int  zs 
)

◆ readRawImage8ByNumber()

unsigned char* readRawImage8ByNumber ( FILE *  fp,
int  slice,
int  xs,
int  ys 
)

◆ readRawImage8Sequentially()

unsigned char* readRawImage8Sequentially ( FILE *  fp,
int  xs,
int  ys 
)

◆ readRawImageS16Sequentially()

short* readRawImageS16Sequentially ( FILE *  fp,
int  xs,
int  ys,
int  bytesPerPixel 
)

◆ writeRawImage16()

int writeRawImage16 ( char *  filename,
unsigned short *  sPtr,
int  xs,
int  ys,
int  zs 
)

◆ writeRawImage16BO()

int writeRawImage16BO ( char *  filename,
unsigned short *  sPtr,
int  xs,
int  ys,
int  zs,
int  bpp 
)

◆ writeRawImage16Sequentially()

int writeRawImage16Sequentially ( FILE *  fp,
unsigned short *  sPtr,
int  xs,
int  ys 
)

◆ writeRawImage16SequentiallyBO()

int writeRawImage16SequentiallyBO ( FILE *  fp,
unsigned short *  sPtr,
int  xs,
int  ys,
int  bpp 
)

◆ writeRawImage8()

int writeRawImage8 ( char *  filename,
unsigned char *  cPtr,
int  xs,
int  ys,
int  zs 
)

◆ writeRawImage8Sequentially()

int writeRawImage8Sequentially ( FILE *  fp,
unsigned char *  cPtr,
int  xs,
int  ys 
)

◆ writeRawImageS16SequentiallyBO()

int writeRawImageS16SequentiallyBO ( FILE *  fp,
short *  sPtr,
int  xs,
int  ys,
int  bpp 
)