xref: /OK3568_Linux_fs/buildroot/package/imagemagick/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_HOST_IMAGEMAGICK
2	bool "host imagemagick"
3	depends on BR2_PACKAGE_HOST_RUSTC_ARCH_SUPPORTS # host-librsvg
4	help
5	  ImageMagick(R) is a software suite to create, edit, and
6	  compose bitmap images. It can read, convert and write images
7	  in a variety of formats (about 100) including DPX, EXR, GIF,
8	  JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF.
9	  Use ImageMagick to translate, flip, mirror, rotate, scale,
10	  shear and transform images, adjust image colors, apply various
11	  special effects, or draw text, lines, polygons, ellipses and
12	  Bézier curves.
13
14	  http://www.imagemagick.org/
15
16if BR2_PACKAGE_HOST_IMAGEMAGICK
17
18config BR2_PACKAGE_HOST_IMAGEMAGICK_SVG
19	bool "SVG support"
20	help
21	  Say 'y' here is you need ImageMagick tools (like convert)
22	  to support SVG.
23
24	  This is not enabled by default, as it brings quite a few
25	  extra dependencies, and thus extra build time.
26
27endif
28