[magick-users] is the "import" program available through the Magick++ library?

duc.sequere.aut.de.via.decede at imagemagick.org duc.sequere.aut.de.via.decede at imagemagick.org
Sun Jun 21 17:43:28 PDT 2009


>  the program "import" from C++ code

Use image.read() with a filename of 'x:' or 'x:windows-id'.  This imports from
the screen.  You can try it from the command line like this

  convert x: screen.png

You can also make any MagickCore API calls from Magick++ with the MagickCore
namespace (i.e. MagickCore::IsHighDynamicRangeImage()).


More information about the Magick-users mailing list