| Giuseppe Castagno | 99a64be | 2008-01-11 11:30:27 +0000 | [diff] [blame] | 1 | Date: 2008-01-11 |
| Philipp Lohmann | 23d4ebb | 2008-01-10 14:39:13 +0000 | [diff] [blame] | 2 | |
| 3 | This project is used to generate the ICC color |
| 4 | profile needed in module vcl in order to export |
| 5 | to PDF/A-1a. |
| 6 | It's composed of a small application, which lurks in: |
| 7 | |
| 8 | icc/source/create_sRGB_profile |
| 9 | |
| 10 | That application links to a support library |
| 11 | (icc/download/SampleICC-1.3.2), build at OOo |
| 12 | build time. |
| 13 | Finally, the application is run at OOo build time to |
| 14 | generate the only file delivered to solver: |
| 15 | sRGB-IEC61966-2.1.hxx. |
| 16 | |
| 17 | If you need to change the data into the ICC profile, |
| 18 | please change the create_sRGB_profile. |
| 19 | |
| 20 | The library was downloaded from: |
| 21 | http://sampleicc.sourceforge.net |
| 22 | on 2007-08-23. |
| 23 | |
| 24 | For information on ICC profiles, you may want to visit: |
| 25 | http://www.color.org |
| 26 | |
| Giuseppe Castagno | 99a64be | 2008-01-11 11:30:27 +0000 | [diff] [blame] | 27 | Notes for porters |
| 28 | ================= |
| Armin Le Grand | 3c1d474 | 2014-07-14 19:09:11 +0000 | [diff] [blame] | 29 | the endianness and other platform specific configuration |
| Giuseppe Castagno | 99a64be | 2008-01-11 11:30:27 +0000 | [diff] [blame] | 30 | are in: |
| 31 | |
| 32 | <build>/misc/build/SampleICC-1.3.2/IccProfLib/IccProfLibConf.h |
| 33 | |
| Philipp Lohmann [pl] | 9e635f1 | 2009-11-05 19:32:11 +0100 | [diff] [blame] | 34 | The patchs: |
| 35 | SampleICC-1.3.2.patch tweaks the build to use the endianness |
| 36 | detected in sal. |
| Giuseppe Castagno | 99a64be | 2008-01-11 11:30:27 +0000 | [diff] [blame] | 37 | |
| Philipp Lohmann | 23d4ebb | 2008-01-10 14:39:13 +0000 | [diff] [blame] | 38 | beppec56@openoffice.org |
| Giuseppe Castagno | 99a64be | 2008-01-11 11:30:27 +0000 | [diff] [blame] | 39 | |