1cdf0e10cSrcweirDate: 2008-01-11 2cdf0e10cSrcweir 3cdf0e10cSrcweirThis project is used to generate the ICC color 4cdf0e10cSrcweirprofile needed in module vcl in order to export 5cdf0e10cSrcweirto PDF/A-1a. 6cdf0e10cSrcweirIt's composed of a small application, which lurks in: 7cdf0e10cSrcweir 8cdf0e10cSrcweiricc/source/create_sRGB_profile 9cdf0e10cSrcweir 10cdf0e10cSrcweirThat application links to a support library 11cdf0e10cSrcweir(icc/download/SampleICC-1.3.2), build at OOo 12cdf0e10cSrcweirbuild time. 13cdf0e10cSrcweirFinally, the application is run at OOo build time to 14cdf0e10cSrcweirgenerate the only file delivered to solver: 15cdf0e10cSrcweirsRGB-IEC61966-2.1.hxx. 16cdf0e10cSrcweir 17cdf0e10cSrcweirIf you need to change the data into the ICC profile, 18cdf0e10cSrcweirplease change the create_sRGB_profile. 19cdf0e10cSrcweir 20cdf0e10cSrcweirThe library was downloaded from: 21cdf0e10cSrcweirhttp://sampleicc.sourceforge.net 22cdf0e10cSrcweiron 2007-08-23. 23cdf0e10cSrcweir 24cdf0e10cSrcweirFor information on ICC profiles, you may want to visit: 25cdf0e10cSrcweirhttp://www.color.org 26cdf0e10cSrcweir 27cdf0e10cSrcweirNotes for porters 28cdf0e10cSrcweir================= 29*a893be29SPedro Giffunithe endianness and other platform specific configuration 30cdf0e10cSrcweirare in: 31cdf0e10cSrcweir 32cdf0e10cSrcweir<build>/misc/build/SampleICC-1.3.2/IccProfLib/IccProfLibConf.h 33cdf0e10cSrcweir 34cdf0e10cSrcweirThe patchs: 35cdf0e10cSrcweirSampleICC-1.3.2.patch tweaks the build to use the endianness 36cdf0e10cSrcweirdetected in sal. 37cdf0e10cSrcweir 38cdf0e10cSrcweirbeppec56@openoffice.org 39cdf0e10cSrcweir 40