ImageMagick-Magick++: C++ Interface for ImageMagick - runtime library
| Name: | ImageMagick-Magick++ | Vendor: | openSUSE Build Service |
|---|---|---|---|
| Version: | 6.3.0.0 | License: | Public Domain, Freeware, Other License(s), see package |
| Release: | 6.6 | URL: | http://www.imagemagick.org |
- Summary
- This is Magick++, the object-oriented C++ API for the ImageMagick image-processing library. Magick++ supports an object model inspired by PerlMagick. Magick++ should be faster than PerlMagick since it is written in a compiled language which is not parsed at run-time. This makes it suitable for Web CGI programs. Images support implicit reference counting so that copy constructors and assignment incur almost no cost. The cost of actually copying an image (if necessary) is done just before modification and this copy is managed automatically by Magick++. De-referenced copies are automatically deleted. The image objects support value (rather than pointer) semantics so it is trivial to support multiple generations of an image in memory at one time. Authors: -------- Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
Arch: i586
| Download: | ImageMagick-Magick++-6.3.0.0-6.6.i586.rpm |
|---|---|
| Build Date: | Sun Nov 30 10:36:21 2008 |
| Packager: | |
| Size: | 171 KiB |
Changelog
- * Wed Oct 18 14:00:00 2006 postadal@suse.cz
- disabled -fstack-protector for %suse_version <= 1000
- * Tue Oct 17 14:00:00 2006 nadvornik@suse.cz
- updated to 1.3.0-0 * enhanced -fx * many bugfixes, see ChangeLog
- * Thu Jul 13 14:00:00 2006 nadvornik@suse.cz
- updated to 1.2.8-1 * security fixes merged upstream * fixed compilation with new libpng * many other fixes