RE: Image Resize without MS server

2002-11-21 Thread jon roig
to manipulate imagemagick from the commandline in CF. (Which isn't actually that evil...) -- jon -Original Message- From: jon hall [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 6:01 PM To: CF-Talk Subject: Re: Image Resize without MS server That statement is true only

RE: Image Resize without MS server

2002-11-20 Thread Rob Rohan
So if I understand you correctly, you are looking for a custom tag that will resize images on upload that does not require an MS server. -Original Message- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 12:11 PM To: CF-Talk Subject: Image Resize

RE: Image Resize without MS server

2002-11-20 Thread Rob Rohan
If the offlist thing I sent doesn't help search the archive, there was talk of this very thing about 2 days ago. Cheers, rob -Original Message- From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 12:11 PM To: CF-Talk Subject: Image Resize without MS

RE: Image Resize without MS server

2002-11-20 Thread Kevin Graeme
These have come up a few times. I haven't used them yet though. JAI (Sun's Java Advanced Imaging API) http://java.sun.com/products/java-media/jai/ http://www.macromedia.com/desdev/mx/coldfusion/articles/jai_images.html ImageJ http://rsb.info.nih.gov/ij/index.html

Re: Image Resize without MS server

2002-11-20 Thread Cutter (CF_Talk)
So, to recap, there is no way to resize images on a *nix based server, using CF MX, without installing some other piece of software (JAI, XWindows, etc.)? Cutter Falcon Knives Kevin Graeme wrote: These have come up a few times. I haven't used them yet though. JAI (Sun's Java Advanced Imaging

RE: Image Resize without MS server

2002-11-20 Thread Rob Rohan
:[EMAIL PROTECTED]] Sent: Wednesday, November 20, 2002 2:19 PM To: CF-Talk Subject: Re: Image Resize without MS server So, to recap, there is no way to resize images on a *nix based server, using CF MX, without installing some other piece of software (JAI, XWindows, etc.)? Cutter Falcon Knives Kevin

Re: Image Resize without MS server

2002-11-20 Thread jon hall
That statement is true only if there is no current software installed on the server that resizes images...g There is no built in CF functions to resize images though. ImageMagick is another good option that I didn't see mentioned yet. http://www.imagemagick.org/ -- jon mailto:[EMAIL