1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/GraphicsMagick/pkg-descr
Sunpoet Po-Chuan Hsieh f029750e16 - Update to 1.3.23
- Convert to new options helper
- Convert to new options dependency helper
- Convert to new test framework
- Sort LIB_DEPENDS
- Sort CONFIGURE_ARGS
- Use PORTDATA and PORTDOCS
- Remove PORTSCOUT
- Cosmetic change
- Update pkg-descr
- Take maintainership

Changes:	http://www.graphicsmagick.org/NEWS.html
2015-11-21 02:09:56 +00:00

18 lines
1.1 KiB
Plaintext

GraphicsMagick is the swiss army knife of image processing. Comprised of 267K
physical lines (according to David A. Wheeler's SLOCCount) of source code in the
base package (or 1,225K including 3rd party libraries) it provides a robust and
efficient collection of tools and libraries which support reading, writing, and
manipulating an image in over 88 major formats including important formats like
DPX, GIF, JPEG, JPEG-2000, PNG, PDF, PNM, and TIFF.
GraphicsMagick supports huge images and has been tested with gigapixel-size
images. GraphicsMagick can create new images on the fly, making it suitable for
building dynamic Web applications. GraphicsMagick may be used to resize, rotate,
sharpen, color reduce, or add special effects to an image and save the result in
the same or different image format. Image processing operations are available
from the command line, as well as through C, C++, Lua, Perl, PHP, Python, Tcl,
Ruby, Windows .NET, or Windows COM programming interfaces. With some
modification, language extensions for ImageMagick may be used.
WWW: http://www.graphicsmagick.org/