Image Magic Install at Different Server

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
sonyamanalu
Posts: 3
Joined: 2012-04-16T00:35:39-07:00
Authentication code: 8675308

Image Magic Install at Different Server

Post 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
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Image Magic Install at Different Server

Post by anthony »

I think you may need to clarify exactly what you mean!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
sonyamanalu
Posts: 3
Joined: 2012-04-16T00:35:39-07:00
Authentication code: 8675308

Re: Image Magic Install at Different Server

Post 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
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Image Magic Install at Different Server

Post 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
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
sonyamanalu
Posts: 3
Joined: 2012-04-16T00:35:39-07:00
Authentication code: 8675308

Re: Image Magic Install at Different Server

Post by sonyamanalu »

Thank you anthony.

Can not hardly wait for IM7.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Image Magic Install at Different Server

Post 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!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply