From dd8461cebf44aeae9e88a9c33f4848678cf580d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 26 Nov 2021 03:31:33 +0100 Subject: Parse out Exif orientation --- fastiv-io.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fastiv-io.h') 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; -- cgit v1.2.3