diff --git a/dspace/docs/configure.html b/dspace/docs/configure.html index 9831a2fe43..bfbe5131a8 100644 --- a/dspace/docs/configure.html +++ b/dspace/docs/configure.html @@ -625,8 +625,26 @@ dstat-report-monthly
[dspace]/bin/dsrun ac.ed.dspace.stats.LogAnalyser -help
 [dspace]/bin/dsrun ac.ed.dspace.stats.ReportGenerator -help
+

Displaying Image Item Preview

- +

For particular types of objects (currently various image formats), a preview feature can be activated. This provides a branded version of the DSpace bitstream for display on the Item Display page. +

To activate this feature and display a preview image on the item page (all properties mentioned below + are found in dspace.cfg): +

    +
  1. Uncomment the lines defining the list of configured mediafilters at +plugin.sequence.org.dspace.app.mediafilter.MediaFilter to include org.dspace.app.mediafilter.BrandedPreviewJPEGFilter.
  2. +
  3. Set the maximum pixel dimensions for the preview image by altering the webui.preview.maxwidth and webui.preview.maxheight (default is 600) config items.
  4. +
  5. Set the webui.preview.brand to the text you want to brand the image with. The brand will appear as white text on a black background strip across the base of the image. For example you might set the text to the owning organisation. The handle is also displayed as part of the branding.
  6. +
  7. Set the webui.preview.brand.abbrev. This is an abbreviated form of the webui.preview.brand text and will be shown where the brand text is longer than the image width (e.g. for narrow images).
  8. +
  9. Set the webui.preview.brand.height to the height in pixels of the appended branding (default 20).
  10. +
  11. Set the webui.preview.brand.font to the font for the brand text (default is SansSerif).
  12. +
  13. Set the webui.preview.brand.fontpoint to the font size for the brand text (default is 12).
  14. +
  15. Run [dspace]/bin/filter-media to generate the preview images. These will be stored in a BRANDED_PREVIEW bundle so won't interfere with existing bundles.
  16. +
  17. Set webui.preview.enabled = true.
  18. +
  19. Set webui.preview.dc. if a metadata value is to appear just below the preview. For example, to highlight item rights you might set webui.preview.dc = rights or to show the description as part of the preview set webui.preview.dc = description.abstract. This is disabled by default.
  20. +
  21. Restart Tomcat.
  22. +
+

Displaying Image Thumbnails

diff --git a/dspace/docs/index.html b/dspace/docs/index.html index 08e1ea96bf..abb377104e 100644 --- a/dspace/docs/index.html +++ b/dspace/docs/index.html @@ -74,6 +74,7 @@
  • Configuring LDAP Authentication
  • Configuring Lucene Search Indexes
  • Configuring System Statistical Reports
  • +
  • Displaying Image Item Preview
  • Displaying Image Thumbnails
  • Displaying Community and Collection Item Counts
  • Lucene Analyzer