Update PIEX

Adds minimal support for Sony A7M3 ARW by extending the range to
look for a signature.
This commit is contained in:
Nick Chusid
2019-05-29 12:55:05 -07:00
parent bd44b83b9d
commit b67d26c8dc

View File

@@ -149,7 +149,7 @@ class ArwTypeChecker : public TypeChecker {
public:
virtual RawImageTypes Type() const { return kArwImage; }
virtual size_t RequestedSize() const { return 5000; }
virtual size_t RequestedSize() const { return 10000; }
// Check multiple points:
// 1. valid endianness at the beginning of the file;