Using ImageMagick from wsh

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
jojo

Using ImageMagick from wsh

Post by jojo »

HI. Sorry if this has been asked before, but is it possible to use the ImageMagick API from with WSH (Wwindows Script Host)
to create an image (jpeg or gif) from the window that WSH has just activated?

Something like this......

process_id = WshShell.AppActivate("The caption of a window I would like to create an image of :)") = TRUE
ImageMagickCreateJPEG_Function(proces_id, "/directory/where/I/want/the/image/placed")
Post Reply