Support using libtiff directly

Multiple directories are read as multiple pages.

The error handling is mildly questionable, as is libtiff.
This commit is contained in:
2021-11-26 21:31:13 +01:00
parent f1742ec7da
commit 666bfc0759
4 changed files with 234 additions and 2 deletions

View File

@@ -4,5 +4,7 @@ option('librsvg', type : 'feature', value : 'auto',
description : 'Build with SVG support, requires librsvg')
option('xcursor', type : 'feature', value : 'auto',
description : 'Build with Xcursor support, requires libXcursor')
option('libtiff', type : 'feature', value : 'auto',
description : 'Build with TIFF support, requires libtiff')
option('gdk-pixbuf', type : 'feature', value : 'auto',
description : 'Build with a fallback to the gdk-pixbuf library')