PDA

View Full Version : How do i save the design image


thipperudra
11-19-2003, 09:52 PM
Hai Antun,

In my application i want to saving the user designed product image, it consists of three images(mask image,user uploaded image and product image).How do i save these iamges an image.

I saw some sites they done this type, design is sent back to the server then it is saved as an image that is then sent back to the client. But i want to know how can i do these things using LZX.


Regards,
Rudresh

antun
11-20-2003, 08:05 AM
Hey Rudresh

Laszlo does not have any server-side image manipulation APIs. There are other server-side technologies for this - ImageMagick, GD and Scene7 are first ones that spring to my mind. If you are using JSPs for your server-side code, then I would imagine that there are probably some Java based solutions too.

-Antun

thipperudra
02-08-2004, 09:51 PM
Hi Antun,

We are decided to use ImageMagick for save the designed products.It is working fine when we working on this tool by using command line(like commands 'convert image.jpg image2.pdf,composite 1.jpg 2.jpg 3.jpg').But i don't know how to executes these command from laszlo.If i am not able to call these commands from laszlo.Is there any other way to these commands(like 'jsp,asp..) from laszlo.And also i heard about Jmagick.Which we can use to interface with Imagemagick for executing those commands.I don't know how to call imagemagick API's and dll files from jmagcik.Do you have any idea about this.

Thanks alot,

Rudresh

antun
02-09-2004, 10:33 AM
But i don't know how to executes these command from laszlo.If i am not able to call these commands from laszlo.Is there any other way to these commands(like 'jsp,asp..) from laszlo


You can use a jsp as an interface to your shell command. See here:

http://www.laszlosystems.com/developers/community/forums/showthread.php?s=&threadid=402


And also i heard about Jmagick.Which we can use to interface with Imagemagick for executing those commands.


I've never used Jmagick before.

-Antun