./graphics/GraphicsMagick, X application for displaying and manipulating images

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q4, Version: 1.3.5, Package name: GraphicsMagick-1.3.5, Maintainer: obache

GraphicsMagick(TM) provides a powerful image manipulation and
translation utility. It is capable of displaying still images and
animations using the X Window system, provides a simple interface for
interactively editing images, and is capable of importing selected
windows or the entire desktop. GraphicsMagick can read and write over
88 image formats, including JPEG, TIFF, WMF, SVG, PNG, PNM, GIF, and
Photo CD. It can resize, rotate, sharpen, color reduce, or add
special effects to the image and save the result to any supported
format. GraphicsMagick may be used to create animated or transparent
.gifs, create composite images, create thumbnail images, and much,
much, more.

GraphicsMagick is one of your choices if you need a program to
manipulate and display images. If you want to develop your own
applications which use GraphicsMagick code or APIs, you need to
install GraphicsMagick-devel as well.


Required to run:
[graphics/jpeg] [graphics/libexif] [graphics/tiff] [graphics/png] [graphics/freetype2] [graphics/jasper] [graphics/lcms] [graphics/libwmf] [textproc/libxml2]

Required to build:
[pkgtools/x11-links] [x11/xextproto] [x11/inputproto] [devel/gmake] [devel/libtool-base] [devel/pkg-config] [print/ghostscript]

Master sites: (Expand)

SHA1: f0a8ba6ccfd03be3fa1d29eaa55b8faa73e5e7a2
RMD160: cef96710a916954ecce894b03e058aaf5a304480
Filesize: 7213.433 KB

Version history: (Expand)


CVS history: (Expand)


   2009-01-30 23:41:14 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #2670 - requested by obache
GraphicsMagick: security update

Revisions pulled up:
- graphics/GraphicsMagick/distinfo		1.16-1.17
- graphics/GraphicsMagick/Makefile		1.20-1.21
---
Module Name:	pkgsrc
Committed By:	obache
Date:		Fri Jan 16 04:17:38 UTC 2009

Modified Files:
	pkgsrc/graphics/GraphicsMagick: Makefile distinfo

Log message:
Update GraphicsMagick to 1.3.4.

1.3.4 (January 13, 2009)
=========================

Security Fixes:

  * None.

Bug fixes:

  * Now runs under Windows Vista (as a 32-bit application).

  * Fix for colorspace transform math overflow in Q32 build.

New Features:

  * Windows build supports OpenMP and requires Windows 2000 or later
    (source code still supports Windows '98).

  * Support large files under Windows.

  * Support reading/writing 16 and 24 bit float TIFF files.

  * Support reading/writing 64 bit integer TIFF files.

  * Added "Log", "Max", "Min", and "Pow" \ 
options to -operator.

Feature improvements:

  * Debug logging now properly prints 64-bit offset values.

Performance Improvements:

  * Improve resource estimation for Microsoft Windows systems.
---
Module Name:	pkgsrc
Committed By:	obache
Date:		Tue Jan 27 04:38:44 UTC 2009

Modified Files:
	pkgsrc/graphics/GraphicsMagick: Makefile distinfo

Log message:
Update GraphicsMagick to 1.3.5.

1.3.5 (January 26, 2009)
=========================

Security Fixes:

  * BMP and DIB formats were throwing an assertion for negative height
    values.  This caused the process to crash.

Bug fixes:

  * Don't install Magick++ headers if C++ is disabled.

  * Linux RPM SPEC file needs to always install the loadable module
    .la files or else the modules won't load.

  * Windows runtime DLLs were for the wrong compiler version,
    resulting in failure to execute if the correct runtime DLLs are
    not available.

New Features:

  * None

Feature improvements:

  * FITS: Parsing is more robust.

Performance Improvements:

  * None