瀏覽代碼

updated readme

naelstrof 12 年之前
父節點
當前提交
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: