office-gobmx/icc
2011-06-07 00:44:50 +03:00
..
prj Drop %_EXT% which was always empty 2011-06-03 13:27:22 +03:00
source/create_sRGB_profile cppunit: prefer prefix variant 2011-01-06 14:18:01 +00:00
makefile.mk Do nothing when cross-compiling in general, not just for iOS 2011-06-07 00:44:50 +03:00
makefiles.zip INTEGRATION: CWS hr51 (1.5.4); FILE MERGED 2008-06-16 13:00:14 +00:00
README vcl107: #i106523# fix x86_64 case in particular and endianess in general (thanks cmc) 2009-11-05 19:32:11 +01:00
SampleICC-1.3.2-fmtargs.patch buildfix-fmtargs.diff: sprintf arguments cleanup 2011-03-31 19:47:01 +02:00
SampleICC-1.3.2.patch Fix typo. 2011-01-27 12:38:16 +01: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 patchs:
SampleICC-1.3.2.patch tweaks the build to use the endianness
detected in sal.

beppec56@openoffice.org