9eee7910eb
GraphicsMagick is the swiss army knife of image processing. It provides a robust and efficient collection of tools and libraries which support reading, writing, and manipulating an image in over 89 major formats including important formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, PNM, TIFF, and WebP. Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
608 B
Plaintext
18 lines
608 B
Plaintext
config BR2_PACKAGE_GRAPHICSMAGICK
|
|
bool "graphicsmagick"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
GraphicsMagick is the swiss army knife of image processing.
|
|
It provides a robust and efficient collection of tools
|
|
and libraries which support reading, writing,
|
|
and manipulating an image in over 89 major formats
|
|
including important formats like DPX, GIF, JPEG, JPEG-2000,
|
|
PNG, PDF, PNM, TIFF, and WebP.
|
|
|
|
http://www.graphicsmagick.org/
|
|
|
|
comment "graphicsmagick needs a toolchain w/ threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|