diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-04 06:03:39 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-04 06:04:33 +0100 |
commit | 4cbf9239ee7f39f6511fc0ef0faaa70e79871c1d (patch) | |
tree | f71950ebfcc3ac460507f53a58af3fb432f33e76 /fastiv-io.c | |
parent | 64d2f902f2d441771a56c4521fb0516c66475721 (diff) | |
download | fiv-4cbf9239ee7f39f6511fc0ef0faaa70e79871c1d.tar.gz fiv-4cbf9239ee7f39f6511fc0ef0faaa70e79871c1d.tar.xz fiv-4cbf9239ee7f39f6511fc0ef0faaa70e79871c1d.zip |
jpeginfo: decode more TIFF tags and values
Diffstat (limited to 'fastiv-io.c')
-rw-r--r-- | fastiv-io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fastiv-io.c b/fastiv-io.c index 36e6fde..e0c3dea 100644 --- a/fastiv-io.c +++ b/fastiv-io.c @@ -1247,6 +1247,7 @@ load_libtiff_directory(TIFF *tiff, GError **error) fail: TIFFRGBAImageEnd(&image); + // TODO(p): It's possible to implement ClipPath easily with Cairo. return surface; } |