[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Screenshot utility for Debian?



On Fri, 22 Jan 1999, Randy Edwards wrote:

> Could someone tell me if there is a utility to create screenshots
> packaged for Debian?  
>
Install the imagemagick package and then do "man import".

Here's what i use most effectively:

-------------- snip -------------------
#!/bin/sh
# save as /usr/local/bin/frameshot.sh
import -quality 100 -frame /tmp/screenshot-`date +%y%m%d.%H%M%S`.jpg
-------------- snip -------------------

-------------- snip -------------------
#!/bin/sh
# save as /usr/local/bin/rootshot.sh
import -quality 100 -window root /tmp/screenshot-`date +%y%m%d.%H%M%S`.jpg
-------------- snip -------------------

-------------- snip -------------------
#!/bin/sh
# save as /usr/local/bin/epsshot.sh
import -quality 100 -colorspace GRAY -window root \
  /tmp/screenshot-`date +%y%m%d.%H%M%S`.eps.gz
-------------- snip -------------------

                         Have fun, P. *8^)
-- 
   --------- Paul Seelig <pseelig@goofy.zdv.uni-mainz.de> -----------
   African Music Archive - Institute for Ethnology and Africa Studies
   Johannes Gutenberg-University   -  Forum 6  -  55099 Mainz/Germany
   --------------- http://www.uni-mainz.de/~pseelig -----------------


Reply to: