3 This project is used to generate the ICC color
4 profile needed in module vcl in order to export
6 It's composed of a small application, which lurks in:
8 icc/source/create_sRGB_profile
10 That application links to a support library
11 (icc/download/SampleICC-1.3.2), build at OOo
13 Finally, the application is run at OOo build time to
14 generate the only file delivered to solver:
15 sRGB-IEC61966-2.1.hxx.
17 If you need to change the data into the ICC profile,
18 please change the create_sRGB_profile.
20 The library was downloaded from:
21 http://sampleicc.sourceforge.net
24 For information on ICC profiles, you may want to visit:
29 the endianess and other platform specific configuration
32 <build>/misc/build/SampleICC-1.3.2/IccProfLib/IccProfLibConf.h
35 SampleICC-1.3.2.patch is the file to be used for Linux and Windows
36 SampleICC-1.3.2-bendian.patch is the file to be used for
37 big endian platform, formed from the above patch plus the big endian
40 beppec56@openoffice.org