xref: /OK3568_Linux_fs/buildroot/package/imagemagick/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
15	  http://www.imagemagick.org/
16
17comment "imagemagick needs a toolchain w/ threads"
18	depends on BR2_USE_MMU
19	depends on !BR2_TOOLCHAIN_HAS_THREADS
20