unable to run tests requiring

mike cloaked mike.cloaked at gmail.com
Mon Feb 6 16:05:02 UTC 2012


On Mon, Feb 6, 2012 at 2:09 PM, Andre Robatino
<robatino at fedoraproject.org> wrote:
> Never mind, I found that the "convert" command can convert XWD to PNG (see
> http://inspirated.com/2007/04/02/howto-use-xwd-for-screenshots for example) so I
> can do "xwd | convert xwd:- file.png" instead. I compared sizes in a specific
> case and the PNG was slightly smaller than the gzipped XWD.

... and for batch processing the mogrify command (another within the
ImageMagick package) can process a whole directory full of .xwd to
.png in a single command!

Just need to do:
mogrify    -format png  *.xwd

-- 
mike c


More information about the test mailing list