Author: post
Date: 2011-10-31 16:53:03 +0100 (Mon, 31 Oct 2011)
New Revision: 386

Modified:
   RawSpeed/TiffParser.cpp
Log:
Attempt to decode all v1.x DNG images.

Modified: RawSpeed/TiffParser.cpp
===================================================================
--- RawSpeed/TiffParser.cpp     2011-10-30 11:53:49 UTC (rev 385)
+++ RawSpeed/TiffParser.cpp     2011-10-31 15:53:03 UTC (rev 386)
@@ -97,8 +97,6 @@
     const unsigned char* c = t->getEntry(DNGVERSION)->getData();
     if (c[0] > 1)
       throw TiffParserException("DNG version too new.");
-    if (c[1] > 2)
-      throw TiffParserException("DNG version not supported.");
     return new DngDecoder(mRootIFD, mInput);
   }
 


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to