summaryrefslogtreecommitdiff
path: root/icc/README
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2008-01-10 14:39:13 +0000
committerPhilipp Lohmann <pl@openoffice.org>2008-01-10 14:39:13 +0000
commit23d4ebbdcb5a0952132040bbd8f928083789210a (patch)
treee5cf2a1bc78fc4a0b3c0cd828359c7e71798ed98 /icc/README
parent9c4f6472dd4b1642ff3ce20ec1ae0430f850c660 (diff)
#i81093# sRGB profile
Diffstat (limited to 'icc/README')
-rw-r--r--icc/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/icc/README b/icc/README
new file mode 100644
index 000000000000..9812ab9fd85d
--- /dev/null
+++ b/icc/README
@@ -0,0 +1,27 @@
+Date: 2007-12-10
+
+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
+
+beppec56@openoffice.org