login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

NAME
webthumb -- web page snapshot-taker for Linux
SYNOPSIS
webthumb URL
... .com/ | pnmscale -xysize 100 100 | pnmtojpeg > thumb.jpg

WEBTHUMB(8)
http://www.boutell.com/webthumb/

Categories

/Channels/techie/browser

[ go to category ]

/Channels/techie/Mozilla

[ go to category ]

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 &gt; thumb.jpg</code> </p><p> <font color="#ff8888" size="4"></font></p>