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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openjpeg_image.h b/src/openjpeg_image.h
index e789cd40..fa83a8de 100644
--- a/src/openjpeg_image.h
+++ b/src/openjpeg_image.h
@@ -57,6 +57,7 @@ public:
Size size () const;
int precision (int component) const;
bool srgb () const;
+ int factor (int component) const;
/** @return Pointer to opj_image_t struct. The caller
* must not delete this.