summaryrefslogtreecommitdiff
path: root/icc
diff options
context:
space:
mode:
authorJosh Heidenreich <josh.sickmate@gmail.com>2012-02-09 13:42:42 +1030
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-08 23:18:06 -0500
commitdd929dd089abb86bc2206bc9749722682c70f3f1 (patch)
treedf1c54c223fde472abb1c680eac03c84cda0bae6 /icc
parentec84bbb208d59d042f8f0522fa96ed2ad94f2ca7 (diff)
Added and improved READMEs for modules whihc used to be in libs-extern
Diffstat (limited to 'icc')
-rw-r--r--icc/README22
1 files changed, 10 insertions, 12 deletions
diff --git a/icc/README b/icc/README
index 672371d411ad..0c1a7301226e 100644
--- a/icc/README
+++ b/icc/README
@@ -1,15 +1,16 @@
-Date: 2008-01-11
+Library used to build the sRGB profile for PDF/A-1a export with patches.
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
+It's composed of a small application, which lurks in:
+[git: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.
@@ -17,23 +18,20 @@ 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.
+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
+[http://www.color.org]
-Notes for porters
-=================
-the endianess and other platform specific configuration
+== Notes for porters ==
+
+Ehe endianess and other platform specific configuration
are in:
-<build>/misc/build/SampleICC-1.3.2/IccProfLib/IccProfLibConf.h
+icc/<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
-