My bad Matt. I wasn't referring to your article in my post...should have
clarified my statement.

I was actually commenting on the Jimg custom tag / component wrapper for JAI
from DRK 4 that Massimo mentioned. The thumbnails from that just aren't good
at all.

Maybe with some tweaks JAI can produce a decent thumbnail. But from what
I've seen so far, nothing can come close to ImageCR from Efflare.

chris



>-----Original Message-----
>From: Matt Liotta [mailto:[EMAIL PROTECTED]
>Sent: Monday, August 11, 2003 11:37 AM
>To: CF-Talk
>Subject: Re: CFC for thumbnail creation
>
>I think you are judging JAI improperly based on the article I wrote.
>Image manipulation is tricky to do in a way that works best for all
>types of images in all situations. Some people have had good success
>with the code I provided; others have not. However, the code I
>presented in the article used the most common algorithm for resampling
>of thumbnails, which is not always the best algorithm. Before judging
>the quality of JAI, one should try other algorithms it offers for
>resampling.
>
>The algorithm I used in the article was InterpolationNearest, but one
>can easily modify the code the use any one of the following:
>       InterpolationBilinear
>       InterpolationBicubic
>       InterpolationBicubic2
>       InterpolationTable
>
>-Matt
>
>On Monday, August 11, 2003, at 02:13 PM, Chris Kief wrote:
>
>> And not only that, the thumbnails it creates just don't cut it.
>>
>> I'm testing your CFC in just a few moments Massimo. Hopefully with some
>> better results than JAI.
>>
>> Thanks for putting this together...chris
>>
>>
>>
>>> -----Original Message-----
>>> From: Massimo Foti [mailto:[EMAIL PROTECTED]
>>> Sent: Monday, August 11, 2003 10:23 AM
>>> To: CF-Talk
>>> Subject: Re: CFC for thumbnail creation
>>>
>>>> On Monday 11 Aug 2003 18:02 pm, Massimo Foti wrote:
>>>>> Now that CF 6.1 ships with JRE 1.4 I rewrote my CFC for thumbnail
>>>>> generation (it doesn't require JSP anymore).
>>>>
>>>> Any reason not to use JAI like the examples given in the MM devNet
>>> article:
>>>> http://www.macromedia.com/devnet/mx/coldfusion/articles/
>>>> jai_images.html
>>>> ?
>>>
>>> Because it requires to install Java classes on the server, something
>>> that
>>> is
>>> usually not allowed by hosting companies on shared servers.
>>>
>>> If you are interested in JAI, I would suggest to check:
>>>
>>> http://www.macromedia.com/software/drk/productinfo/product_overview/
>>> volume4
>>> /
>>> coldfusionmx.html#jimg
>>>
>>> ----------------------------
>>> Massimo Foti
>>> Certified Dreamweaver MX Developer
>>> Certified Advanced ColdFusion MX Developer
>>> http://www.massimocorner.com/
>>> ----------------------------
>>>
>>>
>>>
>>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to