Config.in 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. config BR2_PACKAGE_TIFF
  2. bool "tiff"
  3. help
  4. Library for handling TIFF (Tag Image File Format) images.
  5. http://www.libtiff.org/
  6. if BR2_PACKAGE_TIFF
  7. menu "tiff Options"
  8. config BR2_PACKAGE_TIFF_CCITT
  9. bool "CCITT Group 3 & 4 support"
  10. default y
  11. config BR2_PACKAGE_TIFF_PACKBITS
  12. bool "Macintosh PackBits algorithm"
  13. default y
  14. config BR2_PACKAGE_TIFF_LZW
  15. bool "LZW algorithm"
  16. default y
  17. config BR2_PACKAGE_TIFF_THUNDER
  18. bool "ThunderScan 4-bit RLE algorithm"
  19. default y
  20. config BR2_PACKAGE_TIFF_NEXT
  21. bool "NeXT 2-bit RLE algorithm"
  22. default y
  23. config BR2_PACKAGE_TIFF_LOGLUV
  24. bool "LogLuv high dynamic range encoding"
  25. default y
  26. config BR2_PACKAGE_TIFF_MDI
  27. bool "Microsoft Document Imaging"
  28. default y
  29. config BR2_PACKAGE_TIFF_ZLIB
  30. bool "Zlib usage (required for Deflate compression)"
  31. select BR2_PACKAGE_ZLIB
  32. default y
  33. config BR2_PACKAGE_TIFF_PIXARLOG
  34. bool "Pixar log-format algorithm (requires Zlib)"
  35. select BR2_PACKAGE_TIFF_ZLIB
  36. default y
  37. config BR2_PACKAGE_TIFF_JPEG
  38. bool "JPEG compression"
  39. select BR2_PACKAGE_JPEG
  40. default y
  41. config BR2_PACKAGE_TIFF_OLD_JPEG
  42. bool "Old JPEG decompression"
  43. default y
  44. config BR2_PACKAGE_TIFF_JBIG
  45. bool "JBIG compression"
  46. default y
  47. endmenu
  48. endif
  49. config BR2_PACKAGE_TIFF_TIFF2PDF
  50. bool "tiff2pdf"
  51. depends on BR2_PACKAGE_TIFF
  52. help
  53. tiff2pdf utility
  54. config BR2_PACKAGE_TIFF_TIFFCP
  55. bool "tiffcp"
  56. depends on BR2_PACKAGE_TIFF
  57. help
  58. tiffcp utility