From owner-freebsd-questions Thu Mar 6 23: 1:48 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D217037B401 for ; Thu, 6 Mar 2003 23:01:46 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FBAC43FBD for ; Thu, 6 Mar 2003 23:01:45 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b202.otenet.gr [212.205.244.210]) by mailsrv.otenet.gr (8.12.8/8.12.8) with ESMTP id h2771e04017145; Fri, 7 Mar 2003 09:01:42 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.8/8.12.8) with ESMTP id h2771bMC001094; Fri, 7 Mar 2003 09:01:38 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.8/8.12.8/Submit) id h276fipW000749; Fri, 7 Mar 2003 08:41:44 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 7 Mar 2003 08:41:44 +0200 From: Giorgos Keramidas To: Gerard Samuel Cc: questions@FreeBSD.ORG Subject: Re: Screen Shots Message-ID: <20030307064144.GA684@gothmog.gr> References: <3E680CBD.70005@trini0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E680CBD.70005@trini0.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2003-03-06 22:06, Gerard Samuel wrote: > For the life of me, I cannot remember the command line program to > take screen shots. Its been a while. If someone could remind me > with a man page would be great. There are quite a few ways. ImageMagick that someone mentioned has an `import' command. The netpbm collection of image conversion tools has xwdtopnm and pnmtopng: $ xwd -root | xwdtopnm | pnmtopng > desktop.png I have also used xv(1) from the graphics/xv port to grab, crop and convert parts of my desktop :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message