AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
June 2008

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2008.06.10 12:42 "Re: color profile management other than ICC", by <shailaj@mail.com.np>
2008.06.10 13:27 "Re: color profile management other than ICC", by Kai-uwe Behrmann
2008.06.10 14:29 "Re: color profile management other than ICC", by <shailaj@mail.com.np>
2008.06.10 16:24 "Re: color profile management other than ICC", by Graeme Gill
2008.06.11 16:18 "Re: color profile management other than ICC", by Phil Harvey
2008.06.11 17:02 "Re: color profile management other than ICC", by Kai-uwe Behrmann
2008.06.11 17:28 "Re: color profile management other than ICC", by Phil Harvey
2008.06.12 02:36 "Re: color profile management other than ICC", by Graeme Gill
2008.06.12 18:46 "Re: color profile management other than ICC", by Phil Harvey

2008.06.10 16:24 "Re: color profile management other than ICC", by Graeme Gill

Mitesh wrote:
> and our application will render the image according to it. But what about
> other non-standard color profiles which a particular company may want to use
> and embed into their tiff files. How can I handle such color profiles
> generically?

Specifically, what other color profile format ? Can you name any other
than ICC ? MS's WCS profiles can/are embedded as a tag within
a fallback ICC for backwards compatibility. PostScript CSA/CRD's are
postscript language specific. What else is there that you are likely/possible
to come across ?

Unless you know of any such format, I think you are worrying about
a problem that doesn't really exist. If there were other proprietary
formats, once you extract them from a tag, what are you going to
do with them ? (ie. if they are undocumented to the point of not
knowing what tag they would be in in a TIFF, how are you going
to actually use the profile ?)

Graeme Gill.