1 menuconfig BR2_PACKAGE_TIFF
4 Library for handling TIFF (Tag Image File Format) images.
6 http://simplesystems.org/libtiff/
10 config BR2_PACKAGE_TIFF_CCITT
11 bool "CCITT Group 3 & 4 support"
14 config BR2_PACKAGE_TIFF_PACKBITS
15 bool "Macintosh PackBits algorithm"
18 config BR2_PACKAGE_TIFF_LZW
22 config BR2_PACKAGE_TIFF_THUNDER
23 bool "ThunderScan 4-bit RLE algorithm"
26 config BR2_PACKAGE_TIFF_NEXT
27 bool "NeXT 2-bit RLE algorithm"
30 config BR2_PACKAGE_TIFF_LOGLUV
31 bool "LogLuv high dynamic range encoding"
34 config BR2_PACKAGE_TIFF_MDI
35 bool "Microsoft Document Imaging"
38 config BR2_PACKAGE_TIFF_ZLIB
39 bool "Zlib usage (required for Deflate compression)"
40 select BR2_PACKAGE_ZLIB
43 config BR2_PACKAGE_TIFF_XZ
47 config BR2_PACKAGE_TIFF_PIXARLOG
48 bool "Pixar log-format algorithm (requires Zlib)"
49 select BR2_PACKAGE_TIFF_ZLIB
52 config BR2_PACKAGE_TIFF_JPEG
53 bool "JPEG compression"
54 select BR2_PACKAGE_JPEG
57 config BR2_PACKAGE_TIFF_OLD_JPEG
58 bool "Old JPEG decompression"
61 config BR2_PACKAGE_TIFF_JBIG
62 bool "JBIG compression"
65 config BR2_PACKAGE_TIFF_UTILITIES
68 Install all tiff utilities.