1Date: 2008-01-11 2 3This project is used to generate the ICC color 4profile needed in module vcl in order to export 5to PDF/A-1a. 6It's composed of a small application, which lurks in: 7 8icc/source/create_sRGB_profile 9 10That application links to a support library 11(icc/download/SampleICC-1.3.2), build at OOo 12build time. 13Finally, the application is run at OOo build time to 14generate the only file delivered to solver: 15sRGB-IEC61966-2.1.hxx. 16 17If you need to change the data into the ICC profile, 18please change the create_sRGB_profile. 19 20The library was downloaded from: 21http://sampleicc.sourceforge.net 22on 2007-08-23. 23 24For information on ICC profiles, you may want to visit: 25http://www.color.org 26 27Notes for porters 28================= 29the endianness and other platform specific configuration 30are in: 31 32<build>/misc/build/SampleICC-1.3.2/IccProfLib/IccProfLibConf.h 33 34The patchs: 35SampleICC-1.3.2.patch tweaks the build to use the endianness 36detected in sal. 37 38beppec56@openoffice.org 39 40