Page 1 of 1
Image Magic Install at Different Server
Posted: 2012-04-16T00:48:17-07:00
by sonyamanalu
Hi,
I'm have an issue about imagemagic.
is it possible to have an api imagemagic at different server with imagemagic installation-server, file input/output? How does it work?
Ex :
Server A : API imagemagic
Server B : imagemagic installation-server, file input, file output
Need help, please.
Thank you,
Sonya
Re: Image Magic Install at Different Server
Posted: 2012-04-16T22:56:34-07:00
by anthony
I think you may need to clarify exactly what you mean!
Re: Image Magic Install at Different Server
Posted: 2012-04-18T02:29:04-07:00
by sonyamanalu
Hi antony,
Sorry I did a mistake at my last post.
The idea is, I want to make an API for image magic.
I have two servers. First servers I install imageMagic and the second one not.
First server also contain web base application as API, one of this API function is to manipulate image using imageMagic.
Is it possible I use this API from the second server with parameter file input, and file output? These files is save at second servers
Please, help me.
Thank you
Re: Image Magic Install at Different Server
Posted: 2012-04-18T20:09:25-07:00
by anthony
IMv7 development is underway, one of the changes is to allow Command Line options to be read from a file or pipeline. Other information about what is happening can be returned as feedback.
This means you can be pipeing options from one servere to control a IM image processor on another server. A technique called co-processing that is also closely related to things like daemon processing.
This could be your server-to-server API!!
See the bottom examples section of IMv7 Scripting
http://www.imagemagick.org/Usage/bugs/I ... ipting.txt
Re: Image Magic Install at Different Server
Posted: 2012-04-19T21:15:06-07:00
by sonyamanalu
Thank you anthony.
Can not hardly wait for IM7.
Re: Image Magic Install at Different Server
Posted: 2012-04-19T21:28:19-07:00
by anthony
It is at this time only in alpha, meaning things can break and change as we go.
But basic scripting is working.
See synopsis in
http://www.imagemagick.org/Usage/bugs/I ... ipting.txt
The
-args options (for gathering script arguments in various ways) are not present yet. But the rest is. I have an idea for 'functions' too!