Add notes

This commit is contained in:
2023-05-02 10:39:34 +03:00
parent ad8516bbb3
commit 820114f464
34 changed files with 58 additions and 39 deletions

View File

@ -534,4 +534,12 @@ csvgrep -c 'number of matches' -r '^0$' /tmp/2023-04-26-cgspace-subjects-results
- I note that many of *our* terms would match if they were singular, plural, or split up into separate terms, so perhaps we should pair this with an excercise to review our own terms
- I couldn't finish the work locally yet so I uploaded my list to Google Docs to continue later
## 2023-04-28
- The ImageMagick CMYK issue is bothering me still
- I am on a plane currently, but I have a Docker image of ImageMagick 7.1.1-3 and I compared the output of all CMYK PDFs using the same command on my local machine
- The images from the Docker environment are correct with *only* `-colorspace sRGB` (no profiles!) as the commenters on GitHub said
- This leads me to believe something wrong in my own environment, perhaps Ghostscript...?
- The container has Ghostscript 9.53.3~dfsg-7+deb11u2 from Debian 11, while my Arch Linux system has Ghostscript 10.01.1-1
<!-- vim: set sw=2 ts=2: -->