ColorContrast
|
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... | |
This file implements the functions necessary to read/write TIFF images.
void read | ( | Image * | out, |
char * | archima | ||
) |
Reading image from the disc.
out | Image object where the read image will be staraged |
archima | File location to read the image from the disc |
void write | ( | char * | archima, |
Image * | imR | ||
) |
Writing image to the disc.
archima | File location to write the image into the disc |
imR | RGB-Image to be written into the disc |
void writeBW | ( | char * | archima, |
Image * | imR | ||
) |
Writing image to the disc.
archima | File location to write the image into the disc |
imR | BW-Image to be written into the disc |