123456789101112131415161718192021222324252627282930313233343536373839 |
- #ifndef _TIFFIO_HXX_
- #define _TIFFIO_HXX_
- #include "tiff.h"
- #include "tiffio.h"
- #include <iostream>
- extern TIFF *TIFFStreamOpen(const char *, std::ostream *);
- extern TIFF *TIFFStreamOpen(const char *, std::istream *);
- #endif
|