Fast image processing tools based on ImageMagick Maintained by:glarkin@FreeBSD.org Port Added: 29 Aug 2008 21:40:13
This is a port of GraphicsMagick(TM), the "swiss army knife" of image
processing. It provides a robust collection of tools and libraries which
support reading, writing, and manipulating an image in over 88 major
formats including formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, SVG
and TIFF.
The program is the fork of a better-known ImageMagick (5.5.2), which
emphasizes end-user and API-stabilities.
WWW: http://www.graphicsmagick.org/
- Ron van Daal
ronvdaal@n1x.nl
To install the port:cd /usr/ports/graphics/GraphicsMagick12/ && make install clean To add the package:pkg_add -r GraphicsMagick12
Configuration Options
===> The following configuration options are available for GraphicsMagick-1.2.5:
Q8BIT=off (default) "Use 8-bit pixels (speed) instead of 16 (quality)"
OPENMP=off (default) "Enable OpenMP support (requires GCC 4.2+)"
SSE=off (default) "Enable SSE opcodes on supported CPUs"
TESTS=on (default) "Run bundled self-tests after build"
===> Use 'make config' to modify these settings
- Upgraded to 1.2.5
- Stylistic issues fixed in Makefile and added new options to
help performance on certain architectures
- Removed NOPORTDOCS support, pending upstream installation process
support
Reviewed by: beech, itetcu
Approved by: beech (mentor, implicit)