File tree 1 file changed +15
-14
lines changed
1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -6,26 +6,27 @@ Utility to create screenshots and thumbnails of web pages
6
6
Usage
7
7
-----
8
8
9
- webshot [ options] URI [ out.png]
9
+ webshot [options] URI [out.png]
10
10
11
- Options:
12
- -h|--height Height of the browser windown. If not specified
13
- the window will be resized in order for HTML
14
- document to fit inside
11
+ Options:
15
12
16
- -w|--width Width of the window
13
+ -h|--height Height of the browser windown. If not specified
14
+ the window will be resized in order for HTML
15
+ document to fit inside
17
16
18
- -s|--scale If specified the resulting image will be scaled
19
- to have this width, aspect ratio will be preserved
20
- (Image::Magick is required)
17
+ -w|--width Width of the window
21
18
22
- -t|--thumb Filename to save scaled image. If not specified the
23
- output will be replaced
19
+ -s|--scale If specified the resulting image will be scaled
20
+ to have this width, aspect ratio will be preserved
21
+ (Image::Magick is required)
24
22
25
- -v |--verbose Print error messages from the browser while
26
- processing the page
23
+ -t |--thumb Filename to save scaled image. If not specified the
24
+ output will be replaced
27
25
28
- --help This help
26
+ -v|--verbose Print error messages from the browser while
27
+ processing the page
28
+
29
+ --help This help
29
30
30
31
31
32
Dependencies
You can’t perform that action at this time.
0 commit comments