mirror of
https://github.com/Evolution-X/external_piex
synced 2026-01-28 20:42:43 +00:00
Update PIEX
Adds minimal support for Sony A7M3 ARW by extending the range to look for a signature.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user