Am 23.10.07, 15:41 -0700 schrieb Lee Howard:

> There are a couple of samples of ITULAB JPEG in TIFF here:
> 
> http://bugzilla.remotesensing.org/show_bug.cgi?id=736

Thanks.
 
> Attach the ICC profile into the TIFF?  Could you elaborate, please?

#include <tiffio.h>
TIFFSetField(tif, TIFFTAG_ICCPROFILE, icc_profile_size, icc_profile_ptr);

if(TIFFGetField (tif, TIFFTAG_ICCPROFILE, &icc_profile_size, &tiff_owned_ptr))
{ char *my_ptr = copyToOwnMemory(icc_profile_size, tiff_owned_ptr);
}

kind regards
Kai-Uwe Behrmann
--
developing for colour management 
www.behrmann.name + www.oyranos.org + www.cinepaint.org


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to