diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-28 19:37:15 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-28 19:59:31 +0100 | 
| commit | c1af556751e196aba1f66aa06ce36f00d07d7ca7 (patch) | |
| tree | 447f1ec5f94d0ad0b441b0e57c94152132daac7e /fiv-io.h | |
| parent | 2d86ffed342b3533561102fb204faa500ca356f7 (diff) | |
| download | fiv-c1af556751e196aba1f66aa06ce36f00d07d7ca7.tar.gz fiv-c1af556751e196aba1f66aa06ce36f00d07d7ca7.tar.xz fiv-c1af556751e196aba1f66aa06ce36f00d07d7ca7.zip  | |
Load back wide thumbnail metadata
Diffstat (limited to 'fiv-io.h')
| -rw-r--r-- | fiv-io.h | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -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.  | 
