Name Date Size #Lines LOC

..29-Jul-2021-

prj/H22-May-2021-

source/create_sRGB_profile/H22-May-2021-

READMEH A D22-May-2021969 4028

SampleICC-1.3.2.patchH A D22-May-2021108.3 KiB3,1752,913

makefile.mkH A D22-May-20211.7 KiB5517

makefiles.zipH A D22-May-20214.4 KiB

README

1Date: 2008-01-11
2
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
27Notes for porters
28=================
29the endianess and other platform specific configuration
30are in:
31
32<build>/misc/build/SampleICC-1.3.2/IccProfLib/IccProfLibConf.h
33
34The patchs:
35SampleICC-1.3.2.patch tweaks the build to use the endianness
36detected in sal.
37
38beppec56@openoffice.org
39
40