Download this file
1 2 3 4 5 6 7 8
#ifndef loadtiff_h #define loadtiff_h #include <stdio.h> unsigned char *floadtiff(FILE *fp, int *width, int *height); #endif