RE: what do you use instead of cfx_openimage?

2005-12-13 Thread Bobby Hartsfield
[EMAIL PROTECTED] rejects my reply to you Crystal. ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 2:10 PM To: CF-Talk Subject: Re: what do you use instead

Re: what do you use instead of cfx_openimage?

2005-12-13 Thread Alan Rother
Not to speak ill of the Alagad image component. I use it, I love it, but If you do use it, do not instantiate it into a shared scope. It is not thread safe. Instantiate it each time you call it. -- Alan Rother Macromedia Certified Advanced ColdFusion MX 7 Developer

Re: what do you use instead of cfx_openimage?

2005-11-09 Thread cftalk
I got the price wrong in this message last Friday. The personal version is $49 not $75. -- CrystalM Many people use our tag, cfx_imagecr3. Some hosts install it on all their servers. Efflare ImageCR 3 http://efflare.com/products/cfx_imagecr $75 personal license

RE: what do you use instead of cfx_openimage?

2005-11-07 Thread Andy Matthews
That's the same thing I do. Here's the code if anyone cares to use it. I'd love to see if someone could improve upon it. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- !---//- begin code cfset thumbDim =

RE: what do you use instead of cfx_openimage?

2005-11-04 Thread Robertson-Ravo, Neil (RX)
Just using the available underlying methods in the JVM. -Original Message- From: Sebastian Mork [mailto:[EMAIL PROTECTED] Sent: 04 November 2005 00:43 To: CF-Talk Subject: what do you use instead of cfx_openimage? is nobody using cfx_openimage? is there another similar good tool

Re: what do you use instead of cfx_openimage?

2005-11-04 Thread Joe Rinehart
Alagad Imaging Component. No custom tag to install, no Java to explore, just a CFC to drop in. And it works. It does a lot, and I think it's well worth the price - I think it's like $75. On 11/3/05, Sebastian Mork [EMAIL PROTECTED] wrote: is nobody using cfx_openimage? is there another

Re: what do you use instead of cfx_openimage?

2005-11-04 Thread Pete Ruckelshaus
I use Massimo Foti's tmt_img for resizing images and getting dimensions. It's free and it works great. Email me offline if you need some code samples. Pete ~| Find out how CFTicket can increase your company's customer support

RE: what do you use instead of cfx_openimage?

2005-11-04 Thread Tim Laureska
Is Alagad capable of automatically resizing an image uploaded by someone to a site? I would imagine so, but just checking -Original Message- From: Joe Rinehart [mailto:[EMAIL PROTECTED] Sent: Friday, November 04, 2005 6:29 AM To: CF-Talk Subject: Re: what do you use instead

Re: what do you use instead of cfx_openimage?

2005-11-04 Thread John Beynon
] Sent: Friday, November 04, 2005 6:29 AM To: CF-Talk Subject: Re: what do you use instead of cfx_openimage? Alagad Imaging Component. No custom tag to install, no Java to explore, just a CFC to drop in. And it works. It does a lot, and I think it's well worth the price - I think it's like $75

RE: what do you use instead of cfx_openimage?

2005-11-04 Thread Tim Laureska
AM To: CF-Talk Subject: Re: what do you use instead of cfx_openimage? I use Massimo Foti's tmt_img for resizing images and getting dimensions. It's free and it works great. Email me offline if you need some code samples. Pete

Re: what do you use instead of cfx_openimage?

2005-11-04 Thread Sebastian Mork
thanks for your suggestions.. well, in my app I used cfx_openimage (and now tried cfx_image) but since a few days the cfx produces 500 errors (500 null, java servlet error) as I read here (sandbox vs. cfx) http://www.houseoffusion.com/cf_lists/messages.cfm/forumid:4/threadid:40918 the

Re: what do you use instead of cfx_openimage?

2005-11-04 Thread Sebastian Mork
I'll look at Massimo Foti's tmt_img .. thx -- Sebastian Mork [EMAIL PROTECTED] -- On Fri, 4 Nov 2005 06:42:04 -0500 Pete Ruckelshaus [EMAIL PROTECTED] wrote: I use Massimo Foti's tmt_img for resizing images and getting dimensions. It's free and it works great. Email me offline if you need

RE: what do you use instead of cfx_openimage?

2005-11-04 Thread Andy Matthews
I use Massimo's tmt_img CFC. it works perfectly for those things. http://www.olimpo.ch/tmt/cfc/tmt_img/ !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Sebastian Mork

RE: what do you use instead of cfx_openimage?

2005-11-04 Thread Andy Matthews
--//- -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: Friday, November 04, 2005 6:14 AM To: CF-Talk Subject: RE: what do you use instead of cfx_openimage? Pete... I guess I would ask the same question about the tmt_img component... Does it have the capabilities

Re: what do you use instead of cfx_openimage?

2005-11-04 Thread cftalk
Many people use our tag, cfx_imagecr3. Some hosts install it on all their servers. Efflare ImageCR 3 http://efflare.com/products/cfx_imagecr $75 personal license http://efflare.com/purchase?personal -- CrystalM is nobody using cfx_openimage? is there another similar good tool (for

RE: what do you use instead of cfx_openimage?

2005-11-04 Thread gabriel l smallman
We are using imagecr3, very good, very stable. gabe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 04, 2005 10:55 AM To: CF-Talk Subject: Re: what do you use instead of cfx_openimage? Many people use our tag, cfx_imagecr3. Some hosts

Re: what do you use instead of cfx_openimage?

2005-11-04 Thread Pete Ruckelshaus
Well, what I do is set a max dimensional size for full-sized and thumbnail images and they get resized via code when they get uploaded. It took a bit of code to cover all of the possible permutations, but it works pretty well, and the resulting images are pretty clean. Pete On 11/4/05, Tim

RE: what do you use instead of cfx_openimage?

2005-11-04 Thread Bobby Hartsfield
, November 04, 2005 10:55 AM To: CF-Talk Subject: Re: what do you use instead of cfx_openimage? Many people use our tag, cfx_imagecr3. Some hosts install it on all their servers. Efflare ImageCR 3 http://efflare.com/products/cfx_imagecr $75 personal license http://efflare.com/purchase?personal

Re: what do you use instead of cfx_openimage?

2005-11-03 Thread Claude Schneegans
what are you using? CFX_image -- ___ 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: what do you use instead of cfx_openimage?

2005-11-03 Thread Sebastian Mork
:) hmm thx, I'll have a look at it -- Sebastian Mork [EMAIL PROTECTED] -- On Thu, 03 Nov 2005 19:48:46 -0500 Claude Schneegans [EMAIL PROTECTED] wrote: what are you using? CFX_image -- ___ REUSE CODE! Use custom tags; See

Re: what do you use instead of cfx_openimage?

2005-11-03 Thread James Holmes
Alagad Imaging Component On 11/4/05, Sebastian Mork [EMAIL PROTECTED] wrote: is nobody using cfx_openimage? is there another similar good tool (for easy setupuse in shared hosting environment) I wanna resize images and read image dimensions.. what are you using?