Config.in.host 925 B

123456789101112131415161718192021222324252627
  1. config 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. http://www.imagemagick.org/
  14. if BR2_PACKAGE_HOST_IMAGEMAGICK
  15. config BR2_PACKAGE_HOST_IMAGEMAGICK_SVG
  16. bool "SVG support"
  17. help
  18. Say 'y' here is you need ImageMagick tools (like convert)
  19. to support SVG.
  20. This is not enabled by default, as it brings quite a few
  21. extra dependencies, and thus extra build time.
  22. endif