RE: CFC for Image Manipulation

2005-12-24 Thread Mark A Kruger
tanks!! -Original Message- From: Michael Clayton [mailto:[EMAIL PROTECTED] Sent: Saturday, December 24, 2005 10:03 AM To: CF-Talk Subject: Re: CFC for Image Manipulation I'm not sure which URL you want, so here's a few. :) Alagad Image Component (the one that w

Re: CFC for Image Manipulation

2005-12-24 Thread Michael Clayton
PROTECTED] > Sent: Friday, December 23, 2005 11:00 PM > To: CF-Talk > Subject: Re: CFC for Image Manipulation > > > Hi guys. First post! > > I've been half-heartedly looking for a good image manip cfc for a while. > I've checked all the ones in this thread

RE: CFC for Image Manipulation

2005-12-24 Thread Mark A Kruger
Michael - can you share the URL so I don't have to google (it's christmas after all :) -Original Message- From: Michael Clayton [mailto:[EMAIL PROTECTED] Sent: Friday, December 23, 2005 11:00 PM To: CF-Talk Subject: Re: CFC for Image Manipulation Hi guys. First post! I&#x

Re: CFC for Image Manipulation

2005-12-23 Thread Michael Clayton
Hi guys. First post! I've been half-heartedly looking for a good image manip cfc for a while. I've checked all the ones in this thread, and it seems that the only one that will suit my needs is Alagad. Here are a list of the functions I need: - Thumbnail creation - Watermarking (with png's fo

RE: CFC for Image Manipulation

2005-12-15 Thread Jennifer Gavin-Wear
Adrian Showater [mailto:[EMAIL PROTECTED] Sent: 14 December 2005 17:21 To: CF-Talk Subject: CFC for Image Manipulation Is anyone else familiar with Image Magick, and how does the final image quality compare to Massimo's CFC? I would consider using his component if the final quality is at least a

Re: CFC for Image Manipulation

2005-12-15 Thread Massimo Foti
> Is anyone else familiar with Image Magick, and how does the final image > quality compare to Massimo's CFC? I would consider using his component if > the final quality is at least as good, but my first concern is having the > best final product, not the means to get there. I really have no idea

CFC for Image Manipulation

2005-12-14 Thread Adrian Showater
Sorry, I know this thread is a few days old but... I've done some image manipulateion with CFCs with mixed results. I used the Alagad Component and loved being able to do native calls in CF for image manipulation, but I was dissapointed by the final file sizes of the images, especially in the cas

Re: CFC for Image Manipulation

2005-12-13 Thread Massimo Foti
> I haven't tried version 2 and I'm sorry if my post was inaccurate, I > was using an older version. I'll give v2 a go and see how it works No need to apologize. I know version 2 offers much better quality. Hope it will be able to suit your needs > I have some users that believe they need to use

Re: CFC for Image Manipulation

2005-12-13 Thread Massimo Foti
> Speaking of...Massimo...do you have any intention of adding in a quality > parameter to your CFC? There are already many quality-related parameters than you can tweak to suit your needs. By default the CFC is optimized for quality. Use the init() method as pseudo-constructor to get an instance o

Re: CFC for Image Manipulation

2005-12-12 Thread Donnie Bachan
Massimo, On 12/12/05, Massimo Foti <[EMAIL PROTECTED]> wrote: > > Just curious, have you tried version 2.0 of tmt_img or an older version? I > know for sure quality was vastly improved starting with 2.0. I haven't tried version 2 and I'm sorry if my post was inaccurate, I was using an older versi

RE: CFC for Image Manipulation

2005-12-12 Thread Andy Matthews
Speaking of...Massimo...do you have any intention of adding in a quality parameter to your CFC? -Original Message- From: Massimo Foti [mailto:[EMAIL PROTECTED] Sent: Monday, December 12, 2005 3:46 AM To: CF-Talk Subject: Re: CFC for Image Manipulation > I usually don't like to

RE: CFC for Image Manipulation

2005-12-12 Thread Andy Matthews
om: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 10:35 PM To: CF-Talk Subject: Re: CFC for Image Manipulation I've heard good things about Alagad, but Massimo's tmt_img is pretty simple to use and is free. I have a bunch of code that I used for a project where I

Re: CFC for Image Manipulation

2005-12-12 Thread Massimo Foti
> I usually don't like to pay for stuff but Alagad was worth the money, > I tried all of the free solutions and Alagad simply worked the best > for image resizing and thumbnailing. Massimo's tag is also very good > but the quality of the resize wasn't all that great when the original > images were

Re: CFC for Image Manipulation

2005-12-10 Thread Donnie Bachan
- > From: Will Tomlinson [mailto:[EMAIL PROTECTED] > Sent: 09 December 2005 23:12 > To: CF-Talk > Subject: Re: CFC for Image Manipulation > > > >I remember seeing posting a few weeks ago about a cfc for image > >manipulation, like sizing and making thumb nails, but

RE: CFC for Image Manipulation

2005-12-10 Thread Jennifer Gavin-Wear
Thanks Will .. looks good but I think it's MX 7 only and I'm on 6.1 .. ? -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: 09 December 2005 23:12 To: CF-Talk Subject: Re: CFC for Image Manipulation >I remember seeing posting a few weeks ago about a

RE: CFC for Image Manipulation

2005-12-10 Thread Jennifer Gavin-Wear
ith good quality. Thanks again, Jenny -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: 10 December 2005 04:35 To: CF-Talk Subject: Re: CFC for Image Manipulation I've heard good things about Alagad, but Massimo's tmt_img is pretty simple to use and is f

Re: CFC for Image Manipulation

2005-12-09 Thread Pete Ruckelshaus
I've heard good things about Alagad, but Massimo's tmt_img is pretty simple to use and is free. I have a bunch of code that I used for a project where I was doing resizing, thumbnail creation, etc. if you need it, shoot me an email. I believe I extended Massimo's CFC to include a "resizeToMax" me

RE: CFC for Image Manipulation

2005-12-09 Thread Bobby Hartsfield
Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 6:12 PM To: CF-Talk Subject: Re: CFC for Image Manipulation >I remember seeing posting a few weeks ago about a cfc for image >manipulation, like sizing and making thumb nails, but I can't find it in my >mail a

Re: CFC for Image Manipulation

2005-12-09 Thread Will Tomlinson
>I remember seeing posting a few weeks ago about a cfc for image >manipulation, like sizing and making thumb nails, but I can't find it in my >mail archive, does anyone have the info to hand please? > Jen, I posted this one a while back. Works very nicely if you just

RE: CFC for Image Manipulation

2005-12-09 Thread Jennifer Gavin-Wear
thanks to all for the replies .. I found this interesting link http://www.alagad.com/index.cfm/name-aiccfmmug is this something we can go for ? ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket appl

Re: CFC for Image Manipulation

2005-12-09 Thread Raymond Camden
d.com, perhaps? > > On 12/9/05, Jennifer Gavin-Wear <[EMAIL PROTECTED]> wrote: > > I remember seeing posting a few weeks ago about a cfc for image > > manipulation, like sizing and making thumb nails, but I can't find it in my > > mail archive, does anyone ha

Re: CFC for Image Manipulation

2005-12-09 Thread Barney Boisvert
Alagad Image Component at www.alagad.com, perhaps? On 12/9/05, Jennifer Gavin-Wear <[EMAIL PROTECTED]> wrote: > I remember seeing posting a few weeks ago about a cfc for image > manipulation, like sizing and making thumb nails, but I can't find it in my > mail archive, does

Re: CFC for Image Manipulation

2005-12-09 Thread Bryan Stevenson
Search for my name and "Thumb It" in the House of Fusion archives or Google for Massimo Foto and "image manipulation" Cheers 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 PR

RE: CFC for Image Manipulation

2005-12-09 Thread Ben Nadel
, NY 10011 212.691.1134 212.691.3477 fax www.nylontechnology.com "Vote for Pedro" -Original Message- From: Jennifer Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 5:02 PM To: CF-Talk Subject: CFC for Image Manipulation I remember seeing posting a few weeks

CFC for Image Manipulation

2005-12-09 Thread Jennifer Gavin-Wear
I remember seeing posting a few weeks ago about a cfc for image manipulation, like sizing and making thumb nails, but I can't find it in my mail archive, does anyone have the info to hand please? Thanks, Jenny ~| Lo