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