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