Load back wide thumbnail metadata

This commit is contained in:
2021-12-28 19:37:15 +01:00
parent 2d86ffed34
commit c1af556751
2 changed files with 11 additions and 1 deletions

View File

@@ -47,6 +47,8 @@ extern cairo_user_data_key_t fiv_io_key_orientation;
extern cairo_user_data_key_t fiv_io_key_icc;
/// GBytes with plain XMP data.
extern cairo_user_data_key_t fiv_io_key_xmp;
/// GBytes with a WebP's THUM chunk, used for our thumbnails.
extern cairo_user_data_key_t fiv_io_key_thum;
/// The next frame in a sequence, as a surface, in a chain, pre-composited.
/// There is no wrap-around.