Config.in 739 B

12345678910111213141516171819
  1. config BR2_PACKAGE_IMAGEMAGICK
  2. bool "imagemagick"
  3. depends on BR2_USE_MMU # fork()
  4. depends on BR2_TOOLCHAIN_HAS_THREADS
  5. help
  6. ImageMagick(R) is a software suite to create, edit, and
  7. compose bitmap images. It can read, convert and write images
  8. in a variety of formats (about 100) including DPX, EXR, GIF,
  9. JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF.
  10. Use ImageMagick to translate, flip, mirror, rotate, scale,
  11. shear and transform images, adjust image colors, apply various
  12. special effects, or draw text, lines, polygons, ellipses and
  13. Bézier curves.
  14. http://www.imagemagick.org/
  15. comment "imagemagick needs a toolchain w/ threads"
  16. depends on BR2_USE_MMU
  17. depends on !BR2_TOOLCHAIN_HAS_THREADS