ソースを参照

updated readme

naelstrof 11 年 前
コミット
08c05b36c0
共有1 個のファイルを変更した7 個の追加0 個の削除を含む
  1. 7
    0
      README.md

+ 7
- 0
README.md ファイルの表示

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: