Taking a screenshot using imagemagick API
问题 I'm using GCC 4.7.2, C89, and ImageMagick-6.8.0-4. I am trying to take a screen shot using the ImageMagick API. I have downloaded, compiled, and installed the headers and libraries. However, I can't see in the documentation the API calls to do the screen shot. I will be linking and including the headers so that I can call the API from my C program. I just want the name of the function I will have to use to do this. Can anyone point me in the right direction? Can ImageMagick take screenshots?