diff --git a/content/posts/2019-02.md b/content/posts/2019-02.md index e436996b2..187cbf832 100644 --- a/content/posts/2019-02.md +++ b/content/posts/2019-02.md @@ -531,4 +531,16 @@ Error sending email: - Bosede from IITA said we can use "SOCIAL SCIENCE & AGRIBUSINESS" in their new IITA theme field to be consistent with other places they are using it - Run all system updates on DSpace Test (linode19) and reboot it +## 2019-02-12 + +- I notice that [DSpace 6 has included a new JAR-based PDF thumbnailer based on PDFBox](https://jira.duraspace.org/browse/DS-3052), I wonder how good its thumbnails are and how it handles CMYK PDFs +- On a similar note, I wonder if we could use the performance-focused [libvps](https://libvips.github.io/libvips/) and the third-party [jlibvips Java library](https://github.com/codecitizen/jlibvips/) in DSpace +- Testing the `vipsthumbnail` command line tool with [this CGSpace item that uses CMYK](https://cgspace.cgiar.org/handle/10568/51999): + +``` +$ vipsthumbnail alc_contrastes_desafios.pdf -s 300 -o '%s.jpg[Q=92,optimize_coding,strip]' +``` + +- (DSpace 5 appears to use JPEG 92 quality so I do the same) + diff --git a/docs/2019-02/index.html b/docs/2019-02/index.html index b2d905d47..a2229d356 100644 --- a/docs/2019-02/index.html +++ b/docs/2019-02/index.html @@ -42,7 +42,7 @@ sys 0m1.979s - + @@ -89,9 +89,9 @@ sys 0m1.979s "@type": "BlogPosting", "headline": "February, 2019", "url": "https://alanorth.github.io/cgspace-notes/2019-02/", - "wordCount": "2817", + "wordCount": "2900", "datePublished": "2019-02-01T21:37:30+02:00", - "dateModified": "2019-02-10T15:42:34+02:00", + "dateModified": "2019-02-11T11:17:27+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -758,6 +758,21 @@ Please see the DSpace documentation for assistance.
vipsthumbnail
command line tool with this CGSpace item that uses CMYK:$ vipsthumbnail alc_contrastes_desafios.pdf -s 300 -o '%s.jpg[Q=92,optimize_coding,strip]'
+
+
+