From owner-freebsd-questions Tue Sep 5 18:38:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailgw00.execpc.com (mailgw00.execpc.com [169.207.1.78]) by hub.freebsd.org (Postfix) with ESMTP id AC9F137B424 for ; Tue, 5 Sep 2000 18:38:24 -0700 (PDT) Received: from pop2.nwbl.wi.voyager.net (pop2.nwbl.wi.voyager.net [169.207.3.115]) by mailgw00.execpc.com (8.9.1) id UAA24935; Tue, 5 Sep 2000 20:38:23 -0500 Received: from woodstock.monkey.net (d89.as11.nwbl0.wi.voyager.net [169.207.131.217]) by pop2.nwbl.wi.voyager.net (8.10.2/8.10.2) with ESMTP id e861cCQ00613; Tue, 5 Sep 2000 20:38:23 -0500 (CDT) Received: from pobox.com (localhost [127.0.0.1]) by woodstock.monkey.net (Postfix) with ESMTP id AD05E137; Tue, 5 Sep 2000 20:38:57 -0500 (CDT) X-Mailer: exmh version 2.1.1 10/16/1999 To: Zhihui Zhang Cc: freebsd-questions@freebsd.org Subject: Re: screen capture program In-reply-to: Your message of "Tue, 05 Sep 2000 20:40:25 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 05 Sep 2000 20:38:57 -0500 From: Jon Hamilton Message-Id: <20000906013857.AD05E137@woodstock.monkey.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Zh ihui Zhang wrote: } } Can anyone recommend a screen capture program for X windows for me? I } searched the archive, somebody mentioned xview, gimp. Thanks. xwd works for some uses (you can grab a single window, or the whole screen by using the -root option); it will dump out an .xwd file, which you can use imagemagick or xv to turn into something more common like a jpg. There are some other solutions too, but this is what I usually use. -- Jon Hamilton hamilton@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message