GraphicsMagick

From CBLFS
Revision as of 10:24, 26 December 2006 by Chipster19 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://downloads.sourceforge.net/graphicsmagick/GraphicsMagick-1.1.7.tar.bz2

Introduction to GraphicsMagick

GraphicsMagick is a robust collection of tools and libraries which support reading, writing, and manipulating an image in over 88 major formats including popular formats like TIFF, JPEG, JPEG-2000,PNG, PDF, PhotoCD, SVG, and GIF. A high-quality 2D renderer is included, which provides a subset of SVG capabilities. C, C++, Perl, Java, PHP, Python, ColdFusion, and Ruby are supported.

Dependencies

Required

X Window System

Optional


Configuration Information

By default, GraphicsMagick do not build shared libraries. If you want enabled shared and static libraries, add the following to configure:

--with-shared --with-static

Non-Multilib

Compile the package:

./configure --prefix=/usr --enable-magick-compat &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

To do ...

Install the package:

To do ...

N32

Compile the package:

To do ...

Install the package:

To do ...

64Bit

Compile the package:

To do ...

Install the package:

To do ...

Contents

Installed Programs: gm
Installed Libraries: libGraphicsMagick.{a,la,so}, libGraphicsMagick++.{a,la,so}, libGraphicsMagickWand.{a,la,so}
Installed Directories: /usr/lib/GraphicsMagick-1.1.7, /usr/include/GraphicsMagick