Snip
|
NAME
|
---|
Categories |
|
---|
For Snip |
loading snip actions ... |
---|---|
For Page |
loading url actions ... |
NAME
webthumb -- web page snapshot-taker for Linux
SYNOPSIS
webthumb URL
PRACTICAL EXAMPLE
Take a snapshot of our home page and reduce it to a thumbnail no larger than 100x100, preserving the original aspect ratio (enter this command as one line, of course):
webthumb http://www.boutell.com/ | pnmscale -xysize 100 100 | pnmtojpeg > thumb.jpg
HTML |
<p><font color="#ff8888" size="4">NAME</font> </p><p> webthumb -- web page snapshot-taker for Linux </p><p> <font color="#ff8888" size="4">SYNOPSIS</font> </p><p> <code>webthumb URL</code> </p><p> <font color="#ff8888" size="4">PRACTICAL EXAMPLE</font> </p><p> Take a snapshot of our home page and reduce it to a thumbnail no larger than 100x100, preserving the original aspect ratio (enter this command as one line, of course): </p><p> <code>webthumb http://www.boutell.com/ | pnmscale -xysize 100 100 | pnmtojpeg > thumb.jpg</code> </p><p> <font color="#ff8888" size="4"></font></p> |
---|