2 types of JPG that can cause problems: CMYK and progressive JPEG.  As 
others have noted on this thread, this is not just a problem with the 
image engine used by CF, but is a problem with any browser as well.  
CMYK images will *not* (in my experience) convert properly within CF 
image functions.  As Chuck noted, you can look into the colorspace to 
determine some of these potential pitfalls, but I find that isImage() is 
my single greatest friend when it comes to these JPG issues.  MIMETypes 
are no help, of course, since these are really binaries within the 
correct MIME space ... there just happens to be some critical variation 
within that space.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332999
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to