diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-16 00:28:37 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-16 00:29:12 +0100 | 
| commit | c3a098c50362e742773f6b96b561bbe7c6a9d083 (patch) | |
| tree | 1b990bcc52944e80c7c24fccb9f8234f071b3801 /fastiv-io.h | |
| parent | 577f8c0d920521e53c7699fe05b8de470c909645 (diff) | |
| download | fiv-c3a098c50362e742773f6b96b561bbe7c6a9d083.tar.gz fiv-c3a098c50362e742773f6b96b561bbe7c6a9d083.tar.xz fiv-c3a098c50362e742773f6b96b561bbe7c6a9d083.zip | |
Add very basic XMP support
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 a581ea8..01150a6 100644 --- a/fastiv-io.h +++ b/fastiv-io.h @@ -33,6 +33,8 @@ extern cairo_user_data_key_t fastiv_io_key_exif;  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; +/// GBytes with plain XMP data. +extern cairo_user_data_key_t fastiv_io_key_xmp;  /// The next frame in a sequence, as a surface, in a chain, pre-composited.  /// There is no wrap-around. | 
