#include <stdio.h>
#include <stdlib.h>
#include "readtiff.h"
#include "tiffio.h"
Functions | |
PIX * | pixReadTIFF16Gray (FILE *FLAGOUT_FILE, char *filename, struct GelInfo *GelInfo, int well_edge, int Verbose) |
reads in a 16bit grayscale gel image (TIFF) to a PIX |
|
reads in a 16bit grayscale gel image (TIFF) to a PIX able to support different image orientation defined using well_edge
|