NAME 

Magick++-config - get information about the installed version of Magick++

SYNOPSIS 

Magick++-config [--cppflags] [--cxxflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]

DESCRIPTION 

Magick++-config prints the compiler and linker flags required to compile and link programs that use the ImageMagick C++ Application Programmer Interface (known as Magick++ ).

EXAMPLES 

To print the version of the installed distribution of Magick++, use:
  Magick++-config --version
To compile a program that calls the ImageMagick C++ Application Programmer Interface, use:
  c++ `Magick++-config --cxxflags --cppflags --ldflags --libs` program.cpp