RE: CFIMAGE Killing the Server

2012-05-10 Thread Byron Mann
For cpu intensive tasks like this it would probably be good (if possible) to off-load the image resizing to non-public facing machines. I would do something like upload the files to a share and in the background have non-front end server(s) handle the image processing. For our internal apps we h

Re: CFIMAGE Killing the Server

2012-05-07 Thread .jonah
One thing I do if the source images are a lot larger than the destination dimensions is do a two-step resize. First, resize to 50% or 25% very quickly using highestPerformance, then go from that intermediate step down to the final size using highestQuality to get a nice looking image in much l

RE: CFIMAGE Killing the Server

2012-05-07 Thread Robert Harrison
> Are you informing the user when a specific image is rejected? Yes. Of course. Robert Harrison Director of Interactive Services Austin & Williams Advertising I Branding I Digital I Direct   125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788 T 631.231.6600 X 119   F 631.434.7022   http

Re: CFIMAGE Killing the Server

2012-05-07 Thread Brian Thornton
If you doa check first then handle it differently you'll find better results. http://www.digitalrewind.com/post.cfm/cfimage-cmyk-workaround-rgb On Mon, May 7, 2012 at 11:58 AM, Robert Harrison wrote: > > We found the problem.  It was choking on CYMK images.  We're now rejecting > CYMK images a

RE: CFIMAGE Killing the Server

2012-05-07 Thread andy matthews
Are you informing the user when a specific image is rejected? -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Monday, May 07, 2012 10:59 AM To: cf-talk Subject: RE: CFIMAGE Killing the Server We found the problem. It was choking on CYMK images

RE: CFIMAGE Killing the Server

2012-05-07 Thread Robert Harrison
We found the problem. It was choking on CYMK images. We're now rejecting CYMK images and it's working. We're allowing the user to upload multiple images at once (maybe even 50), then resizing as needed using CFIMAGE. Works fine when you put in a reject for CYMK images. CFIMAGE does convert

Re: CFIMAGE Killing the Server

2012-05-07 Thread Raymond Camden
Here is a blog post on resizing options: http://www.raymondcamden.com/index.cfm/2008/11/1/ColdFusion-8-Image-Resize-options On Mon, May 7, 2012 at 10:38 AM, Robert Harrison wrote: > >> CORRECTION:  The images are also being resized to a large and standard view >> size using CFIMAGE > > > Rober

Re: CFIMAGE Killing the Server

2012-05-07 Thread Raymond Camden
You are aware - I hope - that when you resize, you have something like 8 or so options for quality versus speed. Have you tried simply "moving down" to a faster, but less quality, resize? By default CF uses the best looking resize. Try something lower. That being said - yes - you could consider c

RE: CFIMAGE Killing the Server

2012-05-07 Thread Robert Harrison
> CORRECTION: The images are also being resized to a large and standard view > size using CFIMAGE Robert Harrison Director of Interactive Services Austin & Williams Advertising I Branding I Digital I Direct   125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788 T 631.231.6600 X 119   F 631