summaryrefslogtreecommitdiff
path: root/src/openjpeg_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openjpeg_image.h')
-rw-r--r--src/openjpeg_image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openjpeg_image.h b/src/openjpeg_image.h
index 42cdb065..9687c887 100644
--- a/src/openjpeg_image.h
+++ b/src/openjpeg_image.h
@@ -40,6 +40,8 @@ public:
int* data (int) const;
dcp::Size size () const;
+ int precision (int component) const;
+ bool srgb () const;
/** @return Pointer to opj_image_t struct. The caller
* must not delete this.