diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/image.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/image.h b/src/lib/image.h index 46633df67..eab71c2b1 100644 --- a/src/lib/image.h +++ b/src/lib/image.h @@ -49,7 +49,9 @@ public: ~Image (); uint8_t * const * data () const; + /** @return array of sizes of the data in each line, in bytes (not including any alignment padding) */ int const * line_size () const; + /** @return array of sizes of the data in each line, in bytes (including any alignment padding) */ int const * stride () const; dcp::Size size () const; bool aligned () const; |
