Name Date Size #Lines LOC

..01-May-2024-

prj/H18-Oct-2019-

source/create_sRGB_profile/H18-Oct-2019-

READMEH A D18-Oct-2019970 4028

SampleICC-1.3.2-Win64.patchH A D18-Oct-2019481 129

SampleICC-1.3.2.format-security.patchH A D18-Oct-20191.1 KiB2220

SampleICC-1.3.2.patchH A D18-Oct-2019108.3 KiB3,1752,913

makefile.mkH A D18-Oct-20191.8 KiB5517

makefiles.zipH A D18-Oct-20194.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 endianness 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