mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes
This commit is contained in:
@ -20,7 +20,7 @@ Start a harvest on AReS
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2023-04/" />
|
||||
<meta property="article:published_time" content="2023-04-02T08:19:36+03:00" />
|
||||
<meta property="article:modified_time" content="2023-04-22T16:37:19-07:00" />
|
||||
<meta property="article:modified_time" content="2023-04-27T13:10:13-07:00" />
|
||||
|
||||
|
||||
|
||||
@ -46,9 +46,9 @@ Start a harvest on AReS
|
||||
"@type": "BlogPosting",
|
||||
"headline": "April, 2023",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2023-04/",
|
||||
"wordCount": "2400",
|
||||
"wordCount": "2490",
|
||||
"datePublished": "2023-04-02T08:19:36+03:00",
|
||||
"dateModified": "2023-04-22T16:37:19-07:00",
|
||||
"dateModified": "2023-04-27T13:10:13-07:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -719,6 +719,17 @@ Start a harvest on AReS
|
||||
<li>I note that many of <em>our</em> 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</li>
|
||||
<li>I couldn’t finish the work locally yet so I uploaded my list to Google Docs to continue later</li>
|
||||
</ul>
|
||||
<h2 id="2023-04-28">2023-04-28</h2>
|
||||
<ul>
|
||||
<li>The ImageMagick CMYK issue is bothering me still
|
||||
<ul>
|
||||
<li>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</li>
|
||||
<li>The images from the Docker environment are correct with <em>only</em> <code>-colorspace sRGB</code> (no profiles!) as the commenters on GitHub said</li>
|
||||
<li>This leads me to believe something wrong in my own environment, perhaps Ghostscript…?</li>
|
||||
<li>The container has Ghostscript 9.53.3~dfsg-7+deb11u2 from Debian 11, while my Arch Linux system has Ghostscript 10.01.1-1</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<!-- raw HTML omitted -->
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user