views:

66

answers:

1

Im running CF9 and just learned that CF9's CFIMAGE tag does not support ICC Profiles, which makes the "capability" pretty worthless on the Mac, which adds ICC Profiles to all screengrabs.

has anyone else run into this. Is there a work around or solution to support ICC profiles? Telling the users images w/o ICC profiles are supported is going to leave many scratching their heads.

Thanks

A: 

I'm not entirely sure what you're trying to accomplish, but you might find what you need with CFX_IMAGE / CFX_OPENIMAGE .. They're a free alternatives to cfimage, and they use ImageMagick / GraphicsMagick which support ICC. Failing that, you could always write your own tag in Java, as it's image libraries support ICC.

lazyconfabulator