unable to store image in remote location

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
gpat

unable to store image in remote location

Post by gpat »

Hi everybody ,
i am new imageMagicK. I started well but currently i am stucked into something. i am trying to resize an image . Here is command
convert -resize 400X300 http://mydomain/images/old.jpg http://mydomain/images/new.jpg
i am getting errro message no encode delegate for this image format
but if i replace above command with this one its works
convert -resize 400X300 http://mydomain/images/old.jpg d:/images/new.jpg.

Its means that i am able to store image in local machine and not in remote machine. Is it possible to store image in remote location . Initially i thought i need to install delegate. but i am running imageMagic on windows server and i have selected all the options. how to i check if all the delegate are installed . i search jpeg delegate for windows on net but no luck

Here is configuration

Version : 6.3.6
ImageMagicK installed on : Windows
Storing image on Unix ;

Please help me .
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: unable to store image in remote location

Post by magick »

ImageMagick can read remote images but cannot write them.
gpat

Re: unable to store image in remote location

Post by gpat »

thanks, i will handle that part in java .
Post Reply