ahmad_abdulghany
Advanced Member level 4
- Joined
- Apr 12, 2005
- Messages
- 1,206
- Helped
- 102
- Reputation
- 206
- Reaction score
- 22
- Trophy points
- 1,318
- Location
- San Jose, California, USA
- Activity points
- 11,769
linux screen snap
Hi,
I work on SuSE 10, and i use to capture screen the following method:
But, this method is silly and annoying when i want to capture many views...
Can anyone suggest an easier method to capture screen in Linux? (I prefer to be code independant, i.e. uses a short cut key such as print screen or whatever...)
Thanks alot in advance,
Ahmad,
Hi,
I work on SuSE 10, and i use to capture screen the following method:
Code:
xwd -out screenshot.xwd -root
gimp screenshot.xwd
But, this method is silly and annoying when i want to capture many views...
Can anyone suggest an easier method to capture screen in Linux? (I prefer to be code independant, i.e. uses a short cut key such as print screen or whatever...)
Thanks alot in advance,
Ahmad,