Use get_pixel_size rather than get_size which is slightly nicer as we then don't...
[dcpomatic.git] / src / lib / magick_image_proxy.h
index 6e94492ad5f13b33c919a04576dc42f4881070cf..8fc00b0de31131dfd84a7f166f1c0da680112747 100644 (file)
@@ -32,6 +32,7 @@ public:
        void add_metadata (xmlpp::Node *) const;
        void send_binary (boost::shared_ptr<Socket>) const;
        bool same (boost::shared_ptr<const ImageProxy> other) const;
+       AVPixelFormat pixel_format () const;
 
 private:
        Magick::Blob _blob;