mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2022-10-26
This commit is contained in:
@ -659,4 +659,17 @@ user 132m6.511s
|
||||
sys 3m15.077s
|
||||
```
|
||||
|
||||
## 2022-10-26
|
||||
|
||||
- We published the [infographic](https://hdl.handle.net/10568/125167) and [blog post](https://www.ilri.org/news/celebrating-open-access-cgspace) to mark CGSpace's 100,000th item
|
||||
- I generated a high-quality thumbnail using ImageMagick in order to Tweet it:
|
||||
|
||||
```console
|
||||
$ convert -density 144 10568-125167.pdf\[0\] -thumbnail x1200 /tmp/10568-125167.pdf.png
|
||||
$ pngquant /tmp/10568-125167.pdf.png
|
||||
```
|
||||
|
||||
- Spent some time looking at the MediaBox / CropBox thing in DSpace's `ImageMagickThumbnailFilter.java`
|
||||
- We need to make sure to put `-define pdf:use-cropbox=true` before we specify the input file or else it will not have any effect
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user