imagemagick 7:6.6.2.6-1ubuntu4 source package in Bilimbi Test

Changelog

imagemagick (7:6.6.2.6-1ubuntu4) natty; urgency=low

  * Don't set MAKEFLAGS in debian/rules. just pass it to the build.
 -- Matthias Klose <email address hidden>   Wed, 16 Mar 2011 02:02:30 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Natty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
graphics
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Angry Aardvark release universe graphics

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
imagemagick_6.6.2.6.orig.tar.bz2 8.6 MiB 78e6e9b157b247f9c515d05a83b58581f04929a3e4c24964f6034b8ba0e7f86d
imagemagick_6.6.2.6-1ubuntu4.debian.tar.bz2 33.0 KiB cac9224df5392b368e8116831aa66c8c6244bd1edf7ff7bba831ae8b4e266c4e
imagemagick_6.6.2.6-1ubuntu4.dsc 1.9 KiB aad294ee048021aaf63bd4ec8d28a302e0f992f2486c24b496c40c10369f8d7e

View changes file

Binary packages built by this source

imagemagick: image manipulation programs

 ImageMagick is a software suite to create, edit, and compose bitmap images.
 It can read, convert and write images in a variety of formats (over 100)
 including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript,
 SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale,
 shear and transform images, adjust image colors, apply various special
 effects, or draw text, lines, polygons, ellipses and Bézier curves.
 All manipulations can be achieved through shell commands as well as through
 an X11 graphical interface (display).

imagemagick-dbg: debugging symbols for ImageMagick

 This package contains the debugging symbols for ImageMagick, a software suite
 to create, edit, and compose bitmap images.

libmagick++-dev: object-oriented C++ interface to ImageMagick - development files

 This package includes header files and static libraries needed to compile
 programs using Magick++.

libmagick++3: object-oriented C++ interface to ImageMagick

 The Magick++ library is a set of C++ wrapper classes that provides access
 to the ImageMagick package functionality from within a C++ application.
 .
 This package contains the C++ libraries needed to run executables that make
 use of libMagick++.

libmagickcore-dev: low-level image manipulation library - development files

 This package includes header files and static libraries needed to compile
 programs using MagickCore.

libmagickcore3: low-level image manipulation library

 The MagickCore API is a low-level interface between the C programming language
 and the ImageMagick image processing libraries and is recommended for
 wizard-level programmers only. Unlike the MagickWand C API which uses only a
 few opaque types and accessors, with MagickCore you almost exlusively access
 the structure members directly.
 .
 This package contains the C libraries needed to run executables that make
 use of MagickCore.

libmagickcore3-extra: low-level image manipulation library - extra codecs

 This package adds support for SVG, WMF, OpenEXR, DjVu and Graphviz to
 MagickCore.

libmagickwand-dev: image manipulation library - development files

 This package includes header files and static libraries needed to compile
 programs using MagickWand.

libmagickwand3: image manipulation library

 The MagickWand API is the recommended interface between the C programming
 language and the ImageMagick image processing libraries. Unlike the
 MagickCore C API, MagickWand uses only a few opaque types. Accessors are
 available to set or get important wand properties.
 .
 This package contains the C libraries needed to run executables that make
 use of MagickWand.

perlmagick: Perl interface to the ImageMagick graphics routines

 PerlMagick is an objected-oriented Perl interface to ImageMagick.
 Use the module to read, manipulate, or write an image or image sequence from
 within a Perl script. This makes it very suitable for Web CGI scripts.