mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-26 08:28:18 +01:00
Add notes for 2017-03-02
This commit is contained in:
parent
27cc6c1c69
commit
269de61564
@ -9,4 +9,17 @@ tags = ["Notes"]
|
|||||||
|
|
||||||
- Run the 279 CIAT author corrections on CGSpace
|
- Run the 279 CIAT author corrections on CGSpace
|
||||||
|
|
||||||
|
## 2017-03-02
|
||||||
|
|
||||||
|
- Filed an issue on DSpace issue tracker for the `filter-media` bug that causes it to process JPGs even when limiting to the PDF thumbnail plugin: [DS-3516](https://jira.duraspace.org/browse/DS-3516)
|
||||||
|
- Discovered that the ImageMagic `filter-media` plugin creates JPG thumbnails with the CMYK colorspace when the source PDF is using CMYK
|
||||||
|
- Interestingly, it seems DSpace 4.x's thumbnails were sRGB, but forcing regeneration using DSpace 5.x's ImageMagick plugin creates CMYK JPGs if the source PDF was CMYK (see [10568/51999](https://cgspace.cgiar.org/handle/10568/51999)):
|
||||||
|
|
||||||
|
```
|
||||||
|
$ identify ~/Desktop/alc_contrastes_desafios.jpg
|
||||||
|
/Users/aorth/Desktop/alc_contrastes_desafios.jpg JPEG 464x600 464x600+0+0 8-bit CMYK 168KB 0.000u 0:00.000
|
||||||
|
```
|
||||||
|
|
||||||
|
- I need to file a Jira issue for sure
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
@ -12,6 +12,22 @@
|
|||||||
Run the 279 CIAT author corrections on CGSpace
|
Run the 279 CIAT author corrections on CGSpace
|
||||||
|
|
||||||
|
|
||||||
|
2017-03-02
|
||||||
|
|
||||||
|
|
||||||
|
Filed an issue on DSpace issue tracker for the filter-media bug that causes it to process JPGs even when limiting to the PDF thumbnail plugin: DS-3516
|
||||||
|
Discovered that the ImageMagic filter-media plugin creates JPG thumbnails with the CMYK colorspace when the source PDF is using CMYK
|
||||||
|
Interestingly, it seems DSpace 4.x’s thumbnails were sRGB, but forcing regeneration using DSpace 5.x’s ImageMagick plugin creates CMYK JPGs if the source PDF was CMYK (see 10568⁄51999):
|
||||||
|
|
||||||
|
|
||||||
|
$ identify ~/Desktop/alc_contrastes_desafios.jpg
|
||||||
|
/Users/aorth/Desktop/alc_contrastes_desafios.jpg JPEG 464x600 464x600+0+0 8-bit CMYK 168KB 0.000u 0:00.000
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
I need to file a Jira issue for sure
|
||||||
|
|
||||||
|
|
||||||
" />
|
" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2017-03/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2017-03/" />
|
||||||
@ -45,6 +61,22 @@ Run the 279 CIAT author corrections on CGSpace
|
|||||||
Run the 279 CIAT author corrections on CGSpace
|
Run the 279 CIAT author corrections on CGSpace
|
||||||
|
|
||||||
|
|
||||||
|
2017-03-02
|
||||||
|
|
||||||
|
|
||||||
|
Filed an issue on DSpace issue tracker for the filter-media bug that causes it to process JPGs even when limiting to the PDF thumbnail plugin: DS-3516
|
||||||
|
Discovered that the ImageMagic filter-media plugin creates JPG thumbnails with the CMYK colorspace when the source PDF is using CMYK
|
||||||
|
Interestingly, it seems DSpace 4.x’s thumbnails were sRGB, but forcing regeneration using DSpace 5.x’s ImageMagick plugin creates CMYK JPGs if the source PDF was CMYK (see 10568⁄51999):
|
||||||
|
|
||||||
|
|
||||||
|
$ identify ~/Desktop/alc_contrastes_desafios.jpg
|
||||||
|
/Users/aorth/Desktop/alc_contrastes_desafios.jpg JPEG 464x600 464x600+0+0 8-bit CMYK 168KB 0.000u 0:00.000
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
I need to file a Jira issue for sure
|
||||||
|
|
||||||
|
|
||||||
"/>
|
"/>
|
||||||
|
|
||||||
<meta name="generator" content="Hugo 0.19" />
|
<meta name="generator" content="Hugo 0.19" />
|
||||||
@ -58,7 +90,7 @@ Run the 279 CIAT author corrections on CGSpace
|
|||||||
|
|
||||||
"headline": "March, 2017",
|
"headline": "March, 2017",
|
||||||
"url": "https://alanorth.github.io/cgspace-notes/2017-03/",
|
"url": "https://alanorth.github.io/cgspace-notes/2017-03/",
|
||||||
"wordCount": "9",
|
"wordCount": "104",
|
||||||
|
|
||||||
|
|
||||||
"datePublished": "2017-03-01T17:08:52+02:00",
|
"datePublished": "2017-03-01T17:08:52+02:00",
|
||||||
@ -139,6 +171,22 @@ Run the 279 CIAT author corrections on CGSpace
|
|||||||
<li>Run the 279 CIAT author corrections on CGSpace</li>
|
<li>Run the 279 CIAT author corrections on CGSpace</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2017-03-02">2017-03-02</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Filed an issue on DSpace issue tracker for the <code>filter-media</code> bug that causes it to process JPGs even when limiting to the PDF thumbnail plugin: <a href="https://jira.duraspace.org/browse/DS-3516">DS-3516</a></li>
|
||||||
|
<li>Discovered that the ImageMagic <code>filter-media</code> plugin creates JPG thumbnails with the CMYK colorspace when the source PDF is using CMYK</li>
|
||||||
|
<li>Interestingly, it seems DSpace 4.x’s thumbnails were sRGB, but forcing regeneration using DSpace 5.x’s ImageMagick plugin creates CMYK JPGs if the source PDF was CMYK (see <a href="https://cgspace.cgiar.org/handle/10568/51999"><sup>10568</sup>⁄<sub>51999</sub></a>):</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ identify ~/Desktop/alc_contrastes_desafios.jpg
|
||||||
|
/Users/aorth/Desktop/alc_contrastes_desafios.jpg JPEG 464x600 464x600+0+0 8-bit CMYK 168KB 0.000u 0:00.000
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>I need to file a Jira issue for sure</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p></p>
|
<p></p>
|
||||||
|
|
||||||
|
|
||||||
|
@ -118,6 +118,22 @@
|
|||||||
<li>Run the 279 CIAT author corrections on CGSpace</li>
|
<li>Run the 279 CIAT author corrections on CGSpace</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2017-03-02">2017-03-02</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Filed an issue on DSpace issue tracker for the <code>filter-media</code> bug that causes it to process JPGs even when limiting to the PDF thumbnail plugin: <a href="https://jira.duraspace.org/browse/DS-3516">DS-3516</a></li>
|
||||||
|
<li>Discovered that the ImageMagic <code>filter-media</code> plugin creates JPG thumbnails with the CMYK colorspace when the source PDF is using CMYK</li>
|
||||||
|
<li>Interestingly, it seems DSpace 4.x’s thumbnails were sRGB, but forcing regeneration using DSpace 5.x’s ImageMagick plugin creates CMYK JPGs if the source PDF was CMYK (see <a href="https://cgspace.cgiar.org/handle/10568/51999"><sup>10568</sup>⁄<sub>51999</sub></a>):</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ identify ~/Desktop/alc_contrastes_desafios.jpg
|
||||||
|
/Users/aorth/Desktop/alc_contrastes_desafios.jpg JPEG 464x600 464x600+0+0 8-bit CMYK 168KB 0.000u 0:00.000
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>I need to file a Jira issue for sure</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p></p>
|
<p></p>
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2017-03/'>Read more →</a>
|
<a href='https://alanorth.github.io/cgspace-notes/2017-03/'>Read more →</a>
|
||||||
</article>
|
</article>
|
||||||
|
@ -21,6 +21,22 @@
|
|||||||
<li>Run the 279 CIAT author corrections on CGSpace</li>
|
<li>Run the 279 CIAT author corrections on CGSpace</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2017-03-02">2017-03-02</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Filed an issue on DSpace issue tracker for the <code>filter-media</code> bug that causes it to process JPGs even when limiting to the PDF thumbnail plugin: <a href="https://jira.duraspace.org/browse/DS-3516">DS-3516</a></li>
|
||||||
|
<li>Discovered that the ImageMagic <code>filter-media</code> plugin creates JPG thumbnails with the CMYK colorspace when the source PDF is using CMYK</li>
|
||||||
|
<li>Interestingly, it seems DSpace 4.x&rsquo;s thumbnails were sRGB, but forcing regeneration using DSpace 5.x&rsquo;s ImageMagick plugin creates CMYK JPGs if the source PDF was CMYK (see <a href="https://cgspace.cgiar.org/handle/10568/51999"><sup>10568</sup>&frasl;<sub>51999</sub></a>):</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ identify ~/Desktop/alc_contrastes_desafios.jpg
|
||||||
|
/Users/aorth/Desktop/alc_contrastes_desafios.jpg JPEG 464x600 464x600+0+0 8-bit CMYK 168KB 0.000u 0:00.000
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>I need to file a Jira issue for sure</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p></p></description>
|
<p></p></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
@ -118,6 +118,22 @@
|
|||||||
<li>Run the 279 CIAT author corrections on CGSpace</li>
|
<li>Run the 279 CIAT author corrections on CGSpace</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2017-03-02">2017-03-02</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Filed an issue on DSpace issue tracker for the <code>filter-media</code> bug that causes it to process JPGs even when limiting to the PDF thumbnail plugin: <a href="https://jira.duraspace.org/browse/DS-3516">DS-3516</a></li>
|
||||||
|
<li>Discovered that the ImageMagic <code>filter-media</code> plugin creates JPG thumbnails with the CMYK colorspace when the source PDF is using CMYK</li>
|
||||||
|
<li>Interestingly, it seems DSpace 4.x’s thumbnails were sRGB, but forcing regeneration using DSpace 5.x’s ImageMagick plugin creates CMYK JPGs if the source PDF was CMYK (see <a href="https://cgspace.cgiar.org/handle/10568/51999"><sup>10568</sup>⁄<sub>51999</sub></a>):</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ identify ~/Desktop/alc_contrastes_desafios.jpg
|
||||||
|
/Users/aorth/Desktop/alc_contrastes_desafios.jpg JPEG 464x600 464x600+0+0 8-bit CMYK 168KB 0.000u 0:00.000
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>I need to file a Jira issue for sure</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p></p>
|
<p></p>
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2017-03/'>Read more →</a>
|
<a href='https://alanorth.github.io/cgspace-notes/2017-03/'>Read more →</a>
|
||||||
</article>
|
</article>
|
||||||
|
@ -21,6 +21,22 @@
|
|||||||
<li>Run the 279 CIAT author corrections on CGSpace</li>
|
<li>Run the 279 CIAT author corrections on CGSpace</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2017-03-02">2017-03-02</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Filed an issue on DSpace issue tracker for the <code>filter-media</code> bug that causes it to process JPGs even when limiting to the PDF thumbnail plugin: <a href="https://jira.duraspace.org/browse/DS-3516">DS-3516</a></li>
|
||||||
|
<li>Discovered that the ImageMagic <code>filter-media</code> plugin creates JPG thumbnails with the CMYK colorspace when the source PDF is using CMYK</li>
|
||||||
|
<li>Interestingly, it seems DSpace 4.x&rsquo;s thumbnails were sRGB, but forcing regeneration using DSpace 5.x&rsquo;s ImageMagick plugin creates CMYK JPGs if the source PDF was CMYK (see <a href="https://cgspace.cgiar.org/handle/10568/51999"><sup>10568</sup>&frasl;<sub>51999</sub></a>):</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ identify ~/Desktop/alc_contrastes_desafios.jpg
|
||||||
|
/Users/aorth/Desktop/alc_contrastes_desafios.jpg JPEG 464x600 464x600+0+0 8-bit CMYK 168KB 0.000u 0:00.000
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>I need to file a Jira issue for sure</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p></p></description>
|
<p></p></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
@ -118,6 +118,22 @@
|
|||||||
<li>Run the 279 CIAT author corrections on CGSpace</li>
|
<li>Run the 279 CIAT author corrections on CGSpace</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2017-03-02">2017-03-02</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Filed an issue on DSpace issue tracker for the <code>filter-media</code> bug that causes it to process JPGs even when limiting to the PDF thumbnail plugin: <a href="https://jira.duraspace.org/browse/DS-3516">DS-3516</a></li>
|
||||||
|
<li>Discovered that the ImageMagic <code>filter-media</code> plugin creates JPG thumbnails with the CMYK colorspace when the source PDF is using CMYK</li>
|
||||||
|
<li>Interestingly, it seems DSpace 4.x’s thumbnails were sRGB, but forcing regeneration using DSpace 5.x’s ImageMagick plugin creates CMYK JPGs if the source PDF was CMYK (see <a href="https://cgspace.cgiar.org/handle/10568/51999"><sup>10568</sup>⁄<sub>51999</sub></a>):</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ identify ~/Desktop/alc_contrastes_desafios.jpg
|
||||||
|
/Users/aorth/Desktop/alc_contrastes_desafios.jpg JPEG 464x600 464x600+0+0 8-bit CMYK 168KB 0.000u 0:00.000
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>I need to file a Jira issue for sure</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p></p>
|
<p></p>
|
||||||
<a href='https://alanorth.github.io/cgspace-notes/2017-03/'>Read more →</a>
|
<a href='https://alanorth.github.io/cgspace-notes/2017-03/'>Read more →</a>
|
||||||
</article>
|
</article>
|
||||||
|
@ -20,6 +20,22 @@
|
|||||||
<li>Run the 279 CIAT author corrections on CGSpace</li>
|
<li>Run the 279 CIAT author corrections on CGSpace</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<h2 id="2017-03-02">2017-03-02</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Filed an issue on DSpace issue tracker for the <code>filter-media</code> bug that causes it to process JPGs even when limiting to the PDF thumbnail plugin: <a href="https://jira.duraspace.org/browse/DS-3516">DS-3516</a></li>
|
||||||
|
<li>Discovered that the ImageMagic <code>filter-media</code> plugin creates JPG thumbnails with the CMYK colorspace when the source PDF is using CMYK</li>
|
||||||
|
<li>Interestingly, it seems DSpace 4.x&rsquo;s thumbnails were sRGB, but forcing regeneration using DSpace 5.x&rsquo;s ImageMagick plugin creates CMYK JPGs if the source PDF was CMYK (see <a href="https://cgspace.cgiar.org/handle/10568/51999"><sup>10568</sup>&frasl;<sub>51999</sub></a>):</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>$ identify ~/Desktop/alc_contrastes_desafios.jpg
|
||||||
|
/Users/aorth/Desktop/alc_contrastes_desafios.jpg JPEG 464x600 464x600+0+0 8-bit CMYK 168KB 0.000u 0:00.000
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>I need to file a Jira issue for sure</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p></p></description>
|
<p></p></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user