Magick++ 6.2.7-1 review

Download
by rbytes.net on

Magick++ is the object-oriented C++ API to the ImageMagick image-processing library, the most comprehensive open-source image process

License: GPL (GNU General Public License)
File size: 0K
Developer: John Cristy & ImageMagick Studio
0 stars award from rbytes.net

Magick++ is the object-oriented C++ API to the ImageMagick image-processing library, the most comprehensive open-source image processing package available. Read the latest NEWS and ChangeLog for Magick++.

Magick++ supports an object model which is inspired by PerlMagick. 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.

Magick++ provides integrated support for the Standard Template Library (STL) so that the powerful containers available (e.g. deque, vector, list, and map) can be used to write programs similar to those possible with PERL & PerlMagick. STL-compatible template versions of ImageMagick's list-style operations are provided so that operations may be performed on multiple images stored in STL containers.

Magick++ library is included as part of ImageMagick source releases.

Usage:

A helper script named Magick++-config is installed under Unix which assists with recalling compilation options required to compile and link programs which use Magick++. For example, the following command will compile and link the source file example.cpp to produce the executable example (notice that quotes are backward quotes):

c++ -o example example.cpp `Magick++-config --cppflags --cxxflags --ldflags --libs`

Magick++ 6.2.7-1 keywords