Add notes for 2022-10-26

This commit is contained in:
2022-10-26 17:50:40 +03:00
parent 5da2c1eff7
commit 189f33e1ce
29 changed files with 65 additions and 35 deletions

View File

@ -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: -->