Add accessor for _eye in J2kImageProxy.
authorCarl Hetherington <cth@carlh.net>
Fri, 26 Feb 2021 00:08:38 +0000 (01:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 26 Feb 2021 00:08:38 +0000 (01:08 +0100)
src/lib/j2k_image_proxy.h

index 06de576f362d93f3d36c09c14bf5a14f129871f2..437a563ebb770a85e1627c576a3cd261b694fe09 100644 (file)
@@ -71,6 +71,10 @@ public:
                return _size;
        }
 
+       boost::optional<dcp::Eye> eye () const {
+               return _eye;
+       }
+
        size_t memory_used () const;
 
 private: