diff --git a/bigtiff/parse.cpp b/bigtiff/parse.cpp index 1cfea2dd..05271b87 100644 --- a/bigtiff/parse.cpp +++ b/bigtiff/parse.cpp @@ -13,6 +13,9 @@ #define WIDTH 32 +// helpful links: +// http://www.awaresystems.be/imaging/tiff/bigtiff.html + enum TypeId { unsignedByte = 1, //!< Exif BYTE type, 8-bit unsigned integer. asciiString = 2, //!< Exif ASCII type, 8-bit byte.