Ok, ... it's been well over a week now. Any takers on this?
- yg
Main Topics
Browse All TopicsI need to find a good quality / cost effective image resizer for ColdFusion MX that gives us the following functionality:
1) good quality thumbnail creation
2) Ability to apply smoothing or blurring functions prior to resizing (to enhance quality of generated thumbnails)
3) the ability to generate and output grayscale images (not 100% necessary but desired)
I am already aware of and have experimented with CFX_IMAGE, CFX_JPEGRESIZE, and the ImageJ CFC, .. and have also attempted to use the Alagad image component as well as the efflare custom tag.
CFX_IMAGE = The quality is awful. I'm trying to add the IML "setjpesmooth " command to the tag in attempt to blur the image somewhat prior to resizing, . but it doesn't seem to be taking. ( COMMANDS="setjpesmooth 10" ) ... what is the correct syntax for this? And what range of numerical values can be assigned?
CFX_JPEGRESIZE = The quality is much better, .. but there are no built-in smoothing or blurring functions??
ImageJ CFC = Would be ideal, only it's buggy as hell
* chokes on black and white images - generated thumbnails get corrupted and wont' display in flash animations
* does not resize proportionally (sometimes gives be a black square with a little tiny image in the upper left corner (??)
Efflare custom tag = installed, but generating errors - nagging about some other, unrelated DLL file missing (??)
Alagad image component = installed, but generating errors. Nagging about not being able to find component (??)
Any advice would be appreciated.
Thanks,
- yvan@ideasdesigninc.com
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
cfx_JpegResize http://www.chestysoft.com/
Umm, .. I already listed that tag in my initial post, ... but thanks for replying anyways.
Basically, what I need is some recommendations on how I can go about maximizing the quality of the dynamically generated thumbnail images, .. using either any of the custom tags I've indicated, ... or some other custom tag that I might have overlooked. If it turns out that the ideal custom tag for this comes at a price, .. that's ok. But so far, all the the tags I've experiemented with are either buggy, ... yield very poor quality, .. or are poorly documented and are next to impossible to figure out how to install and use. Try figuring out the Efflare or Alagad image components and you'll see exactly what I mean. Does anyone here have any advice they could offer in this regard?
- yvan
Unfortunately, I don't have a good enough understanding of Java to be able to write my own custom tag. But you're right about ImageJ not interfacing with ij.jar properly. I emailed the developer a few weeks ago, indicating some problems that I'd encountered with ImageJ and politely asking him for some assistance. But I never heard back from him. Really, it was one of the best image resizers I'd come across, ... but it's very temperamental, and I suspect that it might even have memory leaks that have been routinely crashing or CF Server.
How well does your custom tag work? Is it used for thumbnail creation? And would you be willing to share it?
- yvan
try this it cost a bit but its the best tool for doing ful image manipulation
http://www.easel2.com/
Business Accounts
Answer for Membership
by: INSDivision6Posted on 2005-04-28 at 11:09:16ID: 13888433
One more:
tags/cfxgd lib.cfm
http://www.cftagstore.com/