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
Image Magic Install at Different Server
-
- Posts: 3
- Joined: 2012-04-16T00:35:39-07:00
- Authentication code: 8675308
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Image Magic Install at Different Server
I think you may need to clarify exactly what you mean!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
-
- Posts: 3
- Joined: 2012-04-16T00:35:39-07:00
- Authentication code: 8675308
Re: Image Magic Install at Different Server
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
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
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Image Magic Install at Different Server
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
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
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
-
- Posts: 3
- Joined: 2012-04-16T00:35:39-07:00
- Authentication code: 8675308
Re: Image Magic Install at Different Server
Thank you anthony.
Can not hardly wait for IM7.
Can not hardly wait for IM7.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Image Magic Install at Different Server
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!
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!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/