Re: cfx_image or cfximage

2005-09-14 Thread Bryan Stevenson
Hey Mike, Perhaps knowing what you are planning on doing with these image tags will help us guide you ;-) There are other options to those tagsJava comes to mind...faster and free...all depends on what you're trying to do. For example if you simply want to re-size imagesuse

Re: cfx_image or cfximage

2005-09-14 Thread Mike Soultanian
Well, let's see. Right now, here's what I use the tag for. I have a user upload a picture. Then, I rename the picture to a random filename. Next, I use cfximage to resize that image to 4 different sizes and store the output of each of those sizes to an appropriate name: filenameT,

Re: cfx_image or cfximage

2005-09-14 Thread Ray Champagne
Somehow I missed the post from Bryan the first time, but Bryan, can you post the Java code to resize an image anyway? I'd like to have this for a project I'm starting in a couple of weeks. Keep in mind I'm pretty much a Java newbie Thanks, Ray Mike Soultanian wrote: Well, let's

Re: cfx_image or cfximage

2005-09-14 Thread dave
, September 14, 2005 12:04 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: cfx_image or cfximage Somehow I missed the post from Bryan the first time, but Bryan, can you post the Java code to resize an image anyway? I'd like to have this for a project I'm starting in a couple of weeks. Keep

Re: cfx_image or cfximage

2005-09-14 Thread Ray Champagne
. From: Ray Champagne [EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 12:04 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: cfx_image or cfximage Somehow I missed the post from Bryan the first time, but Bryan, can you post the Java code to resize

Re: cfx_image or cfximage

2005-09-14 Thread Bryan Stevenson
@houseoffusion.com Sent: Wednesday, September 14, 2005 8:57 AM Subject: Re: cfx_image or cfximage Well, let's see. Right now, here's what I use the tag for. I have a user upload a picture. Then, I rename the picture to a random filename. Next, I use cfximage to resize that image to 4 different sizes

Re: cfx_image or cfximage

2005-09-14 Thread Bryan Stevenson
FYIwon't work with TIFFs (but I have code to convert TIFFs into PDFs) ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com

Re: cfx_image or cfximage

2005-09-13 Thread Mike Soultanian
Hmm.. I started doing some research on it and found that Jukka's didn't have very good image quality when resizing images. Do you know the licensing for these products? Is there any at all or are people free to use them in their apps. I also found another one called cfximagecr. That one

cfx_image or cfximage

2005-09-12 Thread Mike Soultanian
Does anyone know if the two are related? There is cfximage from gafware.com, and then there's cfx_image from http://www.kolumbus.fi/jukka.manner/ Does anyone know if one is based on the other, or if one is better, etc? Thanks! Mike

Re: cfx_image or cfximage

2005-09-12 Thread Barney Boisvert
They're totally separate. If I recall correctly, Jukka's a very indepth image processing tag that utilizes it's own command language, while the other one is very simple. I might have that backwards, but I'm pretty sure it's right. I preferred Jukka's because the simple stuff wasn't much harder,