Problem screenshot

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
gigiair
Posts: 1
Joined: 2013-12-13T11:28:49-07:00
Authentication code: 6789

Problem screenshot

Post by gigiair »

Hi,

On my eeepc x101CH the command :

Code: Select all

convert x: show:
result a black image after selecting a rectanglulaire screen area.
if I designate a given window :

Code: Select all

convert x:<ID> show:
It works fine as expected.

eeepc :

Code: Select all

 convert -version
Version: ImageMagick 6.6.9-7 2012-08-17 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP   

I do not have this problem on my Debian Testing box.

Code: Select all

Debian box :
 convert -version
Version: ImageMagick 6.7.7-10 2013-09-01 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
Is that a bug, or a hardware problem ?
Many thanks in advance.

edit :
Probably a Unity/Ubuntu problem. I get some picture if the selection include the upper pannel.

Code: Select all

convert x: show:
works fine in xubuntu.
My apologize for the noise.
--
JJR.
Post Reply