Re: Image resizing on the fly?

2006-04-26 Thread Rick Root
Burns, John D wrote: > everytime. I'm not sure if .net is just better at doing it with very > little overhead or if the people doing it are a timebomb waiting to > explode on their server if they ever get significant traffic. I'd wager the latter. =) Rick ~~

RE: Image resizing on the fly?

2006-04-26 Thread Burns, John D
s Certified Advanced ColdFusion MX Developer Wyle Laboratories, Inc. | Web Developer -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 1:16 PM To: CF-Talk Subject: Re: Image resizing on the fly? John, Since you don't want to always be resizing on t

RE: Image resizing on the fly?

2006-04-25 Thread Terry Troxel
ageCR to create a thumbnail of each of the Files returned from the cfdirectory query. Terry -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 9:19 AM To: CF-Talk Subject: Image resizing on the fly? I've been using ImageCR3 to do some imag

RE: Image resizing on the fly?

2006-04-25 Thread Katz, Dov B \(IT\)
equests are sent Dov -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 1:16 PM To: CF-Talk Subject: Re: Image resizing on the fly? John, Since you don't want to always be resizing on the fly every time someone views an image, you might try

Re: Image resizing on the fly?

2006-04-25 Thread Rick Root
John, Since you don't want to always be resizing on the fly every time someone views an image, you might try something like this: and in showImge.cfm just use imageCFC to read the image dimensions. If the image hasn't been resized, resize it and save it back. Then use to send the image.

RE: Image resizing on the fly?

2006-04-25 Thread Burns, John D
[mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 12:29 PM To: CF-Talk Subject: RE: Image resizing on the fly? I've done this before. Basically what I do is create a Image proxy Assuming you have W, H, and ImageFilename variables, and that you pretty much want a specific dimens

RE: Image resizing on the fly?

2006-04-25 Thread Ben Nadel
. ... Ben Nadel www.bennadel.com -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 12:19 PM To: CF-Talk Subject: Image resizing on the fly? I've been using ImageCR3 to do some image resizing and in the past I've used imagemagick and alag

RE: Image resizing on the fly?

2006-04-25 Thread Katz, Dov B \(IT\)
cfm will do a This is the general idea, so 9 times out of 10 it just forwards your request onward... Dov -Original Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 12:19 PM To: CF-Talk Subject: Image resizing on t

Image resizing on the fly?

2006-04-25 Thread Burns, John D
I've been using ImageCR3 to do some image resizing and in the past I've used imagemagick and alagad's image component. I've always done it where I've done file resizing at the time of upload. However, I'm facing a situation of having to display an unknown amount of directories of photos that are be