Browse Source

updated readme

naelstrof 11 years ago
parent
commit
08c05b36c0
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      README.md

+ 7
- 0
README.md View File

27
 slrn lets you select a region or window and ffmpeg will record it in the format of your choice!
27
 slrn lets you select a region or window and ffmpeg will record it in the format of your choice!
28
 Combined with keybinds and a server on your filesystem you can make a really neat and unobtrusive screenshooter.
28
 Combined with keybinds and a server on your filesystem you can make a really neat and unobtrusive screenshooter.
29
 
29
 
30
+You can also take images using imagemagick like so:
31
+```bash
32
+#!/bin/bash
33
+eval `slrn`
34
+import -window root -crop "$W"x"$H"+$X+$Y ~/myimage.png
35
+```
36
+
30
 lets see some action
37
 lets see some action
31
 --------------------
38
 --------------------
32
 Ok. Here's a comparison between 'scrot -s's selection and slrn's:
39
 Ok. Here's a comparison between 'scrot -s's selection and slrn's: