From 197aad0124df97d3aea5a56ab5b75fda4bc3fded Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 7 Aug 2020 22:48:09 +0300 Subject: [PATCH] README.md: Add FixJpgJpgThumbnails --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a29eb22..d3fdf15 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ DSpace curation tasks and other Java-based helpers used on the [CGSpace](https://cgspace.cgiar.org) institutional repository: - **CountryCodeTagger**: add ISO 3166-1 Alpha2 country codes to items based on their existing country metadata +- **FixJpgJpgThumbnails**: Fix low-quality ".jpg.jpg" thumbnails by replacing them with their originals Tested on DSpace 6.3. Read more about the [DSpace curation system](https://wiki.lyrasis.org/display/DSDOC5x/Curation+System). @@ -30,7 +31,7 @@ $ mvn package Copy the resulting jar to the DSpace `lib` directory: ``` -$ cp target/cgspace-java-helpers-6.0-SNAPSHOT.jar ~/dspace/lib/cgspace-java-helpers-6.0-SNAPSHOT.jar +$ cp target/cgspace-java-helpers-6.0-SNAPSHOT.jar ~/dspace/lib/ ``` ## Configuration