fastest 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

For fast import you need to set the -screen option:
  • import -screen image.png
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Use -window root to grab the root window.

The shared library problem can be fixed by include the location of libMagick++ in your dynamic library path. On your system it might be LD_LIBRARY_PATH. See your manual page for the ldconfig program.
Post Reply