make RdbTarget depend on its makefile
[LibreOffice.git] / icc / README
blob672371d411adbdf49c38713e27e0c9bde1c057c9
1 Date: 2008-01-11
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:
8 icc/source/create_sRGB_profile
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.
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
22 on 2007-08-23.
24 For information on ICC profiles, you may want to visit:
25 http://www.color.org
27 Notes for porters
28 =================
29 the endianess and other platform specific configuration
30 are in:
32 <build>/misc/build/SampleICC-1.3.2/IccProfLib/IccProfLibConf.h
34 The patchs:
35 SampleICC-1.3.2.patch tweaks the build to use the endianness
36 detected in sal.
38 beppec56@openoffice.org