From fc29e0a90c02abe0321a8b11939d0feef236db48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Walenciak?= Date: Wed, 6 Sep 2017 20:08:34 +0200 Subject: [PATCH] adding first link --- bigtiff/parse.cpp | 3 +++ 1 file changed, 3 insertions(+) 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.