diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-26 03:31:33 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-26 17:00:36 +0100 |
commit | dd8461cebf44aeae9e88a9c33f4848678cf580d2 (patch) | |
tree | a238ec770eac700e309285ecd03a5c0afb1fa208 /fastiv-io.h | |
parent | bafad1a67ee0071f74b2584d221ef2bc6e90d013 (diff) | |
download | fiv-dd8461cebf44aeae9e88a9c33f4848678cf580d2.tar.gz fiv-dd8461cebf44aeae9e88a9c33f4848678cf580d2.tar.xz fiv-dd8461cebf44aeae9e88a9c33f4848678cf580d2.zip |
Parse out Exif orientation
Diffstat (limited to 'fastiv-io.h')
-rw-r--r-- | fastiv-io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fastiv-io.h b/fastiv-io.h index a611078..db2d709 100644 --- a/fastiv-io.h +++ b/fastiv-io.h @@ -29,6 +29,8 @@ char **fastiv_io_all_supported_media_types(void); /// GBytes with plain Exif data. extern cairo_user_data_key_t fastiv_io_key_exif; +/// FastivIoOrientation, as a uintptr_t. +extern cairo_user_data_key_t fastiv_io_key_orientation; /// GBytes with plain ICC profile data. extern cairo_user_data_key_t fastiv_io_key_icc; |