ColorContrast
Functions
inout.cpp File Reference

This file implements the functions necessary to read/write TIFF images. More...

#include <inout.h>

Functions

void write (char *archima, Image *imR)
 Writing image to the disc. More...
 
void writeBW (char *archima, Image *imR)
 Writing image to the disc. More...
 
void read (Image *out, char *archima)
 Reading image from the disc. More...
 

Detailed Description

This file implements the functions necessary to read/write TIFF images.

Function Documentation

void read ( Image out,
char *  archima 
)

Reading image from the disc.

Parameters
outImage object where the read image will be staraged
archimaFile location to read the image from the disc
void write ( char *  archima,
Image imR 
)

Writing image to the disc.

Parameters
archimaFile location to write the image into the disc
imRRGB-Image to be written into the disc
void writeBW ( char *  archima,
Image imR 
)

Writing image to the disc.

Parameters
archimaFile location to write the image into the disc
imRBW-Image to be written into the disc