On 10/21/06, Grant Edwards <grante at visi.com> wrote:
> On 2006-10-21, Sai Krishna M <saikrishbe at gmail.com> wrote:
> > On 10/21/06, Paolo Pantaleo <paolopantaleo at gmail.com> wrote:
> >> Hi,
> >>
> >> I need to capture a screen snapshot in Linux. PIL has a module
>> ImageMagick has a command-line program named "import" that you
> might be able to use.
import -window root something.png
You can also try ksnapshot, gnome-panel-screenshor, shutterbug if you
have the FOX toolkit installed, or---ULCH---xwd as a last resort.
-- Theerasak