Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Improve ICC color profile text

...

ICC Profiles

PDFs optimized for physical printing most probably often use the CMYK color schemes. While most Printers work with CMYK colors, monitors use RGB color schemes. From this it follows that it is a good idea to convert CMYK color schemes to RGB when creating thumbnail images. Furthermore space. On the web, however, the de facto color system is sRGB. By default, DSpace's ImageMagick-based thumbnailing system will create thumbnails that use the same color space as the source PDF. Most web browsers are not able to correctly display images that use the CMYK color space, which leads to images with visibly inaccurate colors. Furthermore, the JSPUI currently does not support thumbnails using the display of thumbnails that use the CMYK color schemes space (see DS-2834).

If you are using Ghostscript ( version 9 or above), DSpace can create thumbnails that use RGB even if the source PDF was using CMYK. For the transformation from CMYK to RGB Ghostscript needs ICC profilesit is possible for DSpace to correctly convert images from CMYK to sRGB by providing it with appropriate ICC color profiles to use during thumbnail creation. Default ones are provided by most Ghostscript installations (version 9 or above). The following configuration options tell DSpace where those ICC profiles are located.

...

Providing ICC profiles to ImageMagick is optional. If these configuration properties are unset, no profiles will be supplied to ImageMagick, and thumbnails produced from PDFs using the CMYK color scheme space will also use CMYK as color scheme too. While the . The transformation from CMYK to RGB is optional, but keep in mind that thumbnails using CMYK will make troubles if you use JSPUI and display thumbnails within browsing and search (see DS-2834).

Additional Customization

The ImageMagick conversion software provides a large number of conversion options.  Subclasses   Subclasses of these media filters could be written to take advantage of the additional conversion properties available in the software.

...