Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 uid=99(nobody) gid=98(nobody) groups=98(nobody) Safe-mode: OFF (not secure) /usr/doc/ImageMagick-5.5.4-3/Magick++/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
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++ 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. DocumentationDetailed documentation are provided for all Magick++ classes, class methods, and template functions which comprise the API. Obtaining Magick++Magick++ is included as part of ImageMagick source releases and may be retrieved via ftp or CVS. InstallationOnce you have the sources available, follow these detailed installation instructions for UNIX and Windows. 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++ `Magick++-config --cxxflags --cppflags --ldflags --libs` -o example example.cpp Windows users may get started by manually editing a project file for one of the Magick++ demo programs. Please note that under Windows (and possibly the Mac) it is necessary to initialize the ImageMagick library prior to using the Magick++ library. This initialization is performed by passing the path to the ImageMagick DLLs (assumed to be in the same directory as your program) to the InitializeMagick() function call. This is commonly performed by providing the path to your program (argv[0]) as shown in the following example: int main( int /*argc*/, char ** argv) This initialization step is not required under Unix, Linux, Cygwin, or any other operating environment that supports the notion of "installing" ImageMagick in a known location. Reporting BugsPlease report any bugs via the Magick++ Bug Tracking System. Questions regarding usage should be directed to Bob Friesenhahn <bfriesen@simple.dallas.tx.us>. Related PackagesUsers who are interested in displaying their images at video game rates on a wide number of platforms and graphic environments (e.g. Windows, X11, BeOS, and Linux/CGI) may want to try PtcMagick, which provides a simple interface between Magick++ and OpenPTC. |
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0171 ]-- |