On Mon, Aug 8, 2011 at 9:32 AM, Camaleón <noela...@gmail.com> wrote:
> On Sun, 07 Aug 2011 14:42:14 +0000, T o n g wrote:
>
>> On Sun, 07 Aug 2011 14:32:20 +0000, T o n g wrote:
>>
>>> Do you have a good screenshot manipulation tool to recommend?
>>
>> I meant a simple one, just to the point, not a big monster like gimp.

How about good all xwd (X window dump) + imagemagick?  Examples:

xwd -root > ~/my_screen.xwd && convert ~/my_screen.xwd ~/my_screen.gif
&& rm -f ~/my_screen.xwd
xwd > ~/my_window.xwd && convert ~/my_window.xwd ~/my_window.gif && rm
-f ~/my_window.xwd

1st one to get a snapshot of whole screen, 2nd one to get a snapshot
of just a particular window (you'll have to select it with the mouse).
 You might pipe xwd to convert if you'd like.  I have those lines as
part of my fluxbox usermenu since I remember and they still work, :-)

-- 
Javier.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CALUrRGc2Av7t5DnvYXnA7as5ugBokZ=jnyqnq6_xorqmwag...@mail.gmail.com

Reply via email to