KSnapshot
Andrew Wendt
awendt at putergeek.com
Fri Sep 26 22:42:04 BST 2003
On Friday 26 September 2003 05:42, Tomas Rett wrote:
> I need the KSnapshot not to take borders of window, only the interior. Is
> this possible ?
Since KSnapshot won't do it, you can do this from the command line instead:
xwd -nobdrs > mypic.xwd
(The mouse cursor will turn into a crosshair. Click the window you want.)
Then you can convert from xwd format into png:
convert mypic.xwd mypic.png
"xwd" is a standard X utility, and "convert" is part of Imagemagick.
___________________________________________________
This message is from the kde mailing list.
Account management: http://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
More information about the kde
mailing list