Multiple commands
Posted: 2017-05-09T04:40:42-07:00
Hi all
I'm a newbie when it comes to ImageMagick, so here's a newbie question.
If using any normal COM/ActiveX DLL in VBscript / ASP (Gflax / AspJPEG etc.), one creates an object, loads an image and that image stays in memory until the object is destroyed. Before doing so, one can copy it in memory, do all sorts of things to it etc.
It seems to me that the COM version of ImageMagic is "just" a handler (hidden shell) version of the normal .EXE. Everything must be done in ONE linie.
My question
How does one open one file and do multiple operations? Say I have a LARGE image file, of which I want to save many smaller (and different) copies + export EXIF info etc. is there a way to script the COM version?
I'm a newbie when it comes to ImageMagick, so here's a newbie question.
If using any normal COM/ActiveX DLL in VBscript / ASP (Gflax / AspJPEG etc.), one creates an object, loads an image and that image stays in memory until the object is destroyed. Before doing so, one can copy it in memory, do all sorts of things to it etc.
It seems to me that the COM version of ImageMagic is "just" a handler (hidden shell) version of the normal .EXE. Everything must be done in ONE linie.
My question
How does one open one file and do multiple operations? Say I have a LARGE image file, of which I want to save many smaller (and different) copies + export EXIF info etc. is there a way to script the COM version?