So wouldn't it be better to utilise framebuffer and get more functions?magick wrote:ImageMagick utilizes the X11 API for screen shots. Some information may not be defined to X11. Other programs may grab the information directly from the framebuffer where it is.
Search found 4 matches
- 2012-11-28T07:04:58-07:00
- Forum: Bugs
- Topic: import does not work with right click menus
- Replies: 7
- Views: 8423
Re: import does not work with right click menus
- 2012-11-28T01:05:55-07:00
- Forum: Bugs
- Topic: import does not work with right click menus
- Replies: 7
- Views: 8423
Re: import does not work with right click menus
This is not a bug in Imagemagick, but in how the X window system operates. Some applications create menus by 'grabbing the mouse pointer' for its private use. While in this state "import" can not do anything, In fact no other application can do anything until either the application frees the 'grab ...
- 2012-10-23T13:50:10-07:00
- Forum: Bugs
- Topic: import does not work with right click menus
- Replies: 7
- Views: 8423
- 2012-10-04T06:59:58-07:00
- Forum: Bugs
- Topic: import does not work with right click menus
- Replies: 7
- Views: 8423
import does not work with right click menus
import command from imagemagick package cannot grab a screenshot when there is an active right click menu. I'm using newest software I can: Fluxbox 1.3.2 Transmission 2.71 Imagemagick 6.7.9.8 Steps to reproduce: 1. Launch Transmission and xterm. 2. Run "sleep 2; import screenshot.jpg" and in the ...