LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 859|回复: 8

mdk91的截图工具在哪啊,找了半天都没找着?

[复制链接]
发表于 2003-10-3 16:50:42 | 显示全部楼层 |阅读模式
如题!!!
发表于 2003-10-3 17:03:00 | 显示全部楼层
有很多工具可以截图,如 KSnapShot,连 GIMP 都可以。
 楼主| 发表于 2003-10-3 17:32:36 | 显示全部楼层
哪怎么样才能把开始菜单都一块截下来?
发表于 2003-10-3 18:33:05 | 显示全部楼层
把开始菜单打开,然后按Prt Sc键即可自动截屏了。。。
发表于 2003-10-3 19:56:55 | 显示全部楼层
你可以设置截图的延迟时间,几秒后你点出开始菜单后它才截图
发表于 2003-10-11 12:33:05 | 显示全部楼层
Captura!
小巧好用。
发表于 2003-10-11 15:27:32 | 显示全部楼层
use xwd and convert.

xwd is an X Window System window dumping utility shipped with
the X Window System, and should always be ready for use.
convert converts an image to variaous formats,
it is part of ImageMagick and should always be installed.

commands:
to dump the root window and save image as .png :
$ xwd -root | convert - root.png
but wait, most times this will be more helpful :
$ sleep 5; xwd -root | convert - root.png
to dump a normal window, run this and click on that window :
$ xwd | convert - window.png

or use the import command of ImageMagick:
$ import -window root root.png

from 瀚海星云
发表于 2003-10-12 10:22:28 | 显示全部楼层

实在不会那你就装VMWARE在WIN里截吧

哈哈哈哈  可别问我VMWARE怎么装
发表于 2003-10-12 16:56:33 | 显示全部楼层
KDE桌面环境下可用PrintScreen
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表