|
NAMExscreensaver-getimage - put some randomly-selected image on the root windowSYNOPSISxscreensaver-getimage [-display host:display.screen] [--verbose] window-id [pixmap-id]DESCRIPTIONThe xscreensaver-getimage program is a helper program for the xscreensaver hacks that manipulate images. This is not a user-level command.This program selects a random image, and puts it on the specified window or pixmap. This image might be a snapshot of the desktop; or a frame captured from the system's video input; or a randomly-selected image from disk. If only a window ID is specified, the image will be painted there. If both a window ID and a pixmap ID are specified, then the image will be painted on the pixmap; and the window may be modified as a side-effect. OPTIONSxscreensaver-getimage reads the ~/.xscreensaver file for configuration information. It uses these settings:
If none of the three options are set to True, then video colorbars will be displayed instead. BUGSWhen grabbing desktop images, the window argument will be unmapped and have its contents modified, causing flicker. (This does not happen when loading image files or video frames.)SEE ALSOX(1), xscreensaver(1) xscreensaver-demo(1) xscreensaver-getimage-file(1) xscreensaver-getimage-video(1)COPYRIGHTCopyright © 2001-2011 by Jamie Zawinski. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.AUTHORJamie Zawinski <jwz@jwz.org>, 14-Apr-01
Visit the GSP FreeBSD Man Page Interface. |