On 2016-08-30, Raffaele BELARDI <raffaele.bela...@st.com> wrote:

> If dumping a single X window is sufficient there is also x11-apps/xwd, 
> which I use together with convert from imagemagik:
>
> $ /usr/bin/xwd | convert - screenshot.png

That seems a bit redundant.  If you have imagemagick, just use
'import':

  $ import screenshot.png
  $ import screenshot.jpg
  $ import screenshot.eps
  $ import screenshot....

-- 
Grant Edwards               grant.b.edwards        Yow! Wait ... is this a FUN
                                  at               THING or the END of LIFE in
                              gmail.com            Petticoat Junction??


Reply via email to