capture a part of the screen
capture a part of the screen
How do i take a screenshot or capture a part of the screen with the imagemagick programmable interface?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: capture a part of the screen
I don't know what you mean by "programmable interface", but you can look here for screen capture:thefalling wrote:How do i take a screenshot or capture a part of the screen with the imagemagick programmable interface?
http://www.imagemagick.org/Usage/files/#x
Re: capture a part of the screen
Whoops, meant "programming interface"
basically I wanna be able capture parts of the screen and redirect it to an ocr engine in c/c++. I wanna do it with the API rather than doing a system() call and using import.
basically I wanna be able capture parts of the screen and redirect it to an ocr engine in c/c++. I wanna do it with the API rather than doing a system() call and using import.
Re: capture a part of the screen
Well i figured out how to capture the screen with magick++ by using x: in the filename, but I still dont know how to set Window to root or some window.