From 4cbf9239ee7f39f6511fc0ef0faaa70e79871c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 4 Dec 2021 06:03:39 +0100 Subject: jpeginfo: decode more TIFF tags and values --- fastiv-io.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fastiv-io.c') 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; } -- cgit v1.2.3