blob: f6a559ed24c80c8caa01e2a7eff287ef87e9647f [file] [log] [blame]
Giuseppe Castagno99a64be2008-01-11 11:30:27 +00001Date: 2008-01-11
Philipp Lohmann23d4ebb2008-01-10 14:39:13 +00002
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
Giuseppe Castagno99a64be2008-01-11 11:30:27 +000027Notes for porters
28=================
Armin Le Grand3c1d4742014-07-14 19:09:11 +000029the endianness and other platform specific configuration
Giuseppe Castagno99a64be2008-01-11 11:30:27 +000030are in:
31
32<build>/misc/build/SampleICC-1.3.2/IccProfLib/IccProfLibConf.h
33
Philipp Lohmann [pl]9e635f12009-11-05 19:32:11 +010034The patchs:
35SampleICC-1.3.2.patch tweaks the build to use the endianness
36detected in sal.
Giuseppe Castagno99a64be2008-01-11 11:30:27 +000037
Philipp Lohmann23d4ebb2008-01-10 14:39:13 +000038beppec56@openoffice.org
Giuseppe Castagno99a64be2008-01-11 11:30:27 +000039