Image Resize Code

2007-05-04 Thread Rey Bango
I'm in need of an image resize component. Basically, it should take any uploaded image and be able to create resized versions in: 400x300, 180x135 67x50 preferably without losing image quality. I know of the Alagad suite which can handle my needs but before I buy one, I'd like to see if

RE: Image Resize Code

2007-05-04 Thread Robert Rawlins - Think Blue
: Image Resize Code I'm in need of an image resize component. Basically, it should take any uploaded image and be able to create resized versions in: 400x300, 180x135 67x50 preferably without losing image quality. I know of the Alagad suite which can handle my needs but before I buy one, I'd

Re: Image Resize Code

2007-05-04 Thread Paul Glover
Hi, Not a component, but I've successfully used the open-source Imagemagick suite (http://www.imagemagick.org/) called through CFEXECUTE to resize, reorient (assuming the source image has valid EXIF orientation data) and overlay a SOLD graphic on top of an uploaded image. If you're in a position

Re: Image Resize Code

2007-05-04 Thread Rick Root
www.opensourcecf.com/imagecfc Free, open source, works great. If you find the image quality to be acceptable, that's all you need. If not, check out ImageCR3 from Efflare. Rick On 5/4/07, Rey Bango [EMAIL PROTECTED] wrote: I'm in need of an image resize component. Basically, it should take

RE: Image Resize Code

2007-05-04 Thread Leitch, Oblio
There are. The real question is - do you have to write gif files? This uses the available Java code - http://www.opensourcecf.com/imagecfc/ -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Friday, May 04, 2007 9:31 AM To: CF-Talk Subject: Image Resize Code I'm

Re: Image Resize Code

2007-05-04 Thread Rey Bango
Hi Rick, I read this GIF files can be read and manipulated but they have to be saved as PNGs. Can ImageCFC take an uploaded gif file and create a resized version in jpg? Rey... Rick Root wrote: www.opensourcecf.com/imagecfc Free, open source, works great. If you find the image quality

Re: Image Resize Code

2007-05-04 Thread Rey Bango
be this one I used last year. http://www.webscriptsdirectory.com/ColdFusion/Image-Manipulation/ImageCFC-L3 852/ Rob -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: 04 May 2007 14:31 To: CF-Talk Subject: Image Resize Code I'm in need of an image resize

Re: Image Resize Code

2007-05-04 Thread Claude Schneegans
Basically, it should take any uploaded image and be able to create resized versions The best I found is CFX_IMAGECR3 cfx_cppedit.cfm?tagname=CFX%5FIMAGECR3. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm

Re: Image Resize Code

2007-05-04 Thread Rey Bango
Link? Claude Schneegans wrote: Basically, it should take any uploaded image and be able to create resized versions The best I found is CFX_IMAGECR3 cfx_cppedit.cfm?tagname=CFX%5FIMAGECR3. ~| Create Web Applications With

Re: Image Resize Code

2007-05-04 Thread Claude Schneegans
Link? www.google.com -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~|

Re: Image Resize Code

2007-05-04 Thread Rey Bango
Smartass! ;) LOL Rey... Claude Schneegans wrote: Link? www.google.com ~| Macromedia ColdFusion MX7 Upgrade to MX7 experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW

Re: Image Resize Code

2007-05-04 Thread Massimo Foti
www.opensourcecf.com/imagecfc Here is a similar alternative, with a smaller set of API: http://www.olimpo.ch/tmt/cfc/tmt_img/ I agree with Rick, if the quality of the Java based ones don't fit your needs, check ImageCR3 Massimo Foti, web-programmer for hire Tools

Re: Image Resize Code

2007-05-04 Thread Rick Root
On 5/4/07, Rey Bango [EMAIL PROTECTED] wrote: I read this GIF files can be read and manipulated but they have to be saved as PNGs. Can ImageCFC take an uploaded gif file and create a resized version in jpg? I believe you can, but PNG would probably be a more suitable format for GIF conversion

Re: Image Resize Code

2007-05-04 Thread Aaron Roberson
Does anyone know what Costco Photo Center is using for their image manipulation? You can change an image from color to bw, sepia and maybe polarize. It also does crop, rotate, brighten exposure, red-eye reduction, and you can apply borders. Here is a link:

Re: Image Resize Code

2007-05-04 Thread Qasim Rasheed
I released an application for Image cropping, resizing on Adobe Exchange a while back. It uses Java Advance Image (JAI) API. Here is the link *http://tinyurl.com/2ax664 Thanks Qasim * On 5/4/07, Aaron Roberson [EMAIL PROTECTED] wrote: Does anyone know what Costco Photo Center is using for