• Main Page
  • Related Pages
  • Files
  • File List
  • Globals

amss/io_tiff_routine.h

Go to the documentation of this file.
00001 
00008 /* io_tiff_all.c */
00009 
00010 float *read_tiff_f32(const char *fname, size_t *nx, size_t *ny, size_t *nc);
00011 unsigned char *read_tiff_u8(const char *fname, size_t *nx, size_t *ny, size_t *nc);
00012 int write_tiff_f32(const char *fname, const float *data, size_t nx, size_t ny, size_t nc);
00013 int write_tiff_u8(const char *fname, const unsigned char *data, size_t nx, size_t ny, size_t nc);

Generated on Thu Feb 17 2011 15:42:31 for fds_amss by  doxygen 1.7.1