Using the Magick++ API to create a screenshot to be held in memory. Windows and Linux.

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
Clarke
Posts: 2
Joined: 2019-08-13T03:49:52-07:00
Authentication code: 1152

Using the Magick++ API to create a screenshot to be held in memory. Windows and Linux.

Post by Clarke »

Hello everyone,,
Google has been less of a friend than usual. So I was wondering if any of you guys would care to share how you would tackle this problem? Reading the API documentation has not given me any ideas. I really want to avoid doing a systemcall.
Last edited by Clarke on 2019-08-18T13:28:26-07:00, edited 1 time in total.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Using the Magick++ API to create a screenshot to be held in memory. Windows and Linux.

Post by snibgo »

I'm not sure what you are asking. IM can read the screen using pseudo-formats documented at http://www.imagemagick.org/script/formats.php
snibgo's IM pages: im.snibgo.com
Post Reply