Add notes for 2023-05-04

This commit is contained in:
2023-05-04 17:27:29 +03:00
parent b4a5ec05e7
commit 572f4639ac
33 changed files with 65 additions and 46 deletions

View File

@ -22,4 +22,12 @@ categories: ["Notes"]
$ psql < locks-age.sql | grep " days " | awk -F"|" '{print $10}' | sort -u | xargs kill
```
## 2023-05-04
- Sync DSpace Test with CGSpace
- I replaced one item's thumbnail with a WebP version and XMLUI displays it fine
- I spent some time checking the CMYK issue with Arch's ImageMagick 7 and the Docker container and I think ImageMagick 7 just handles CMYK wrong...
- libvips does it correctly automatically and looks closer to the PDF
- Meeting about CG Core types
<!-- vim: set sw=2 ts=2: -->