office-gobmx/icc
Rüdiger Timm 90b712cd0b INTEGRATION: CWS hr51 (1.5.4); FILE MERGED
2008/05/05 13:05:13 hr 1.5.4.1: #i88947#: relax memory access alignment requirements on Solaris Sparc 64 bit
2008-06-16 13:00:14 +00:00
..
prj #i81093# sRGB profile 2008-01-10 14:39:13 +00:00
source/create_sRGB_profile INTEGRATION: CWS changefileheader (1.5.6); FILE MERGED 2008-04-11 06:31:14 +00:00
makefile.mk INTEGRATION: CWS changefileheader (1.5.6); FILE MERGED 2008-04-11 06:29:57 +00:00
makefiles.zip INTEGRATION: CWS hr51 (1.5.4); FILE MERGED 2008-06-16 13:00:14 +00:00
README Issue number: i81093 2008-01-11 11:30:27 +00:00
SampleICC-1.3.2-bendian.patch INTEGRATION: CWS gcc430icc (1.4.2); FILE MERGED 2008-02-04 14:41:41 +00:00
SampleICC-1.3.2.patch INTEGRATION: CWS gcc430icc (1.5.2); FILE MERGED 2008-02-04 14:41:54 +00:00

Date: 2008-01-11

This project is used to generate the ICC color
profile needed in module vcl in order to export
to PDF/A-1a.
It's composed of a small application, which lurks in:

icc/source/create_sRGB_profile

That application links to a support library
(icc/download/SampleICC-1.3.2), build at OOo
build time.
Finally, the application is run at OOo build time to
generate the only file delivered to solver:
sRGB-IEC61966-2.1.hxx.

If you need to change the data into the ICC profile,
please change the create_sRGB_profile.

The library was downloaded from:
http://sampleicc.sourceforge.net
on 2007-08-23.

For information on ICC profiles, you may want to visit:
http://www.color.org

Notes for porters
=================
the endianess and other platform specific configuration
are in:

<build>/misc/build/SampleICC-1.3.2/IccProfLib/IccProfLibConf.h

The patches:
SampleICC-1.3.2.patch is the file to be used for Linux and Windows
SampleICC-1.3.2-bendian.patch is the file to be used for
big endian platform, formed from the above patch plus the big endian
forcing.

beppec56@openoffice.org