RE: ImageMagick from CF on Linux??

2003-12-04 Thread Tim Blair
> Here's the Linux code: > > > arguments="/home/serve/truth/testImage.jpg -geometry > ""140x140+0+0"" -quality 80 +profile * > /home/serve/truth/thumbnail.jpg"> Try adding the -size argument as well as geometry (the values should be the same for both -size and -geometry).  I seem to remember t

Re: ImageMagick from CF on Linux??

2003-12-04 Thread Bryan Stevenson
Message -   From: John Burns   To: CF-Talk   Sent: Thursday, December 04, 2003 6:48 AM   Subject: ImageMagick from CF on Linux??   Ok, my host just installed ImageMagick for me on the servers.  I can make a   CFEXECUTE call to the convert function of ImageMagick and I get no errors,   but I have i

RE: ImageMagick from CF on Linux??

2003-12-04 Thread John Burns
something like that.  I'm not too familiar with the Linux OS so I'm kinda lost there. John Burns -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 10:25 AM To: CF-Talk Subject: RE: ImageMagick from CF on Linux?? > Here's the

ImageMagick from CF on Linux??

2003-12-04 Thread John Burns
Ok, my host just installed ImageMagick for me on the servers.  I can make a CFEXECUTE call to the convert function of ImageMagick and I get no errors, but I have it set to output a file and the file is not showing up.  I tried the exact same piece of code on my Windows testing server and it works (

Re: ImageMagick from CF on Linux??

2003-12-04 Thread Thomas Chiverton
On Thursday 04 Dec 2003 14:48 pm, John Burns wrote: > Does anyone have any input for me?  Also, as a side question, if there any > way in CF to find out what the did when using ImageMagick.  Is > there anything returned to me from the ImageMagick functions?  Any help > would be great! Redirect th