Hi,
How do i take a screenshot or capture a part of the screen with the imagemagick?
capture a part of the screen
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: capture a part of the screen
It depends on your platform: Windows, Unix or whatever.
On Windows, I do it via the clipboard. Hit the PrtSc key, then:
On Windows, I do it via the clipboard. Hit the PrtSc key, then:
Code: Select all
convert clipboard: out.png
snibgo's IM pages: im.snibgo.com
Re: capture a part of the screen
I later version of ImageMagick you can do the following on both Windows and *nix:
Code: Select all
convert screenshot: out.png
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: capture a part of the screen
Ah, yes, I'd forgotten "screenshot:". It isn't mentioned on http://www.imagemagick.org/script/formats.php . Could someone add it to the page, please?
snibgo's IM pages: im.snibgo.com