Comment.
[dcpomatic.git] / src / lib / magick_image_proxy.h
index d22789eda7d04db3dbdeb167ceea2976ffc0b62e..8fc00b0de31131dfd84a7f166f1c0da680112747 100644 (file)
@@ -18,7 +18,9 @@
 */
 
 #include "image_proxy.h"
+#include <Magick++.h>
 #include <boost/thread/mutex.hpp>
+#include <boost/filesystem.hpp>
 
 class MagickImageProxy : public ImageProxy
 {
@@ -30,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;