<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 439: Test-suite fails with ImageMagick &gt;=7.1.2-9</title><link>https://sourceforge.net/p/gscan2pdf/bugs/439/</link><description>Recent changes to 439: Test-suite fails with ImageMagick &gt;=7.1.2-9</description><atom:link href="https://sourceforge.net/p/gscan2pdf/bugs/439/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 31 Dec 2025 11:21:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gscan2pdf/bugs/439/feed.rss" rel="self" type="application/rss+xml"/><item><title>#439 Test-suite fails with ImageMagick &gt;=7.1.2-9</title><link>https://sourceforge.net/p/gscan2pdf/bugs/439/?limit=25#9bcd</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This bug has now hit Debian sid. I'll have to skip the test in sid to avoid FTBFS. Your &lt;a class="" href="https://github.com/ImageMagick/ImageMagick/issues/8496" rel="nofollow"&gt;bug report&lt;/a&gt; is now seeing some attention.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeffrey Ratcliffe</dc:creator><pubDate>Wed, 31 Dec 2025 11:21:48 -0000</pubDate><guid>https://sourceforge.net80f946c143df9113f73e6c629fc96e720fe6331d</guid></item><item><title>#439 Test-suite fails with ImageMagick &gt;=7.1.2-9</title><link>https://sourceforge.net/p/gscan2pdf/bugs/439/?limit=25#da53</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;300x300 without a unit should normally default to dots (pixels) per inch. And living in a land that uses SI units, I would be also happy for it to default to pixels per cm. But the new behaviour ends up being 72 ppi, which makes far less sense than anything else.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeffrey Ratcliffe</dc:creator><pubDate>Mon, 22 Dec 2025 15:09:52 -0000</pubDate><guid>https://sourceforge.net3be8894844f3f59e87179a103827ccb8b2d43956</guid></item><item><title>#439 Test-suite fails with ImageMagick &gt;=7.1.2-9</title><link>https://sourceforge.net/p/gscan2pdf/bugs/439/?limit=25#0b67</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Okay, so I filed a bug against &lt;a class="" href="https://github.com/ImageMagick/ImageMagick/issues/8496" rel="nofollow"&gt;ImageMagick&lt;/a&gt; (I hope to have gotten this right).  But I'm not quite convinced here.  So yes, &lt;code&gt;identify&lt;/code&gt; doesn't report a resolution anymore, but isn't this actually correct without a unit?  I mean, what does 300x300 tell without a unit?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Wiese</dc:creator><pubDate>Sun, 21 Dec 2025 21:36:04 -0000</pubDate><guid>https://sourceforge.net72974be4b51d25b965f5017249f1e291802da9a3</guid></item><item><title>#439 Test-suite fails with ImageMagick &gt;=7.1.2-9</title><link>https://sourceforge.net/p/gscan2pdf/bugs/439/?limit=25#e99f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If you compare the output of identify, whereas in previous versions, the resolution metadata was still present in the image, plus the undefined units, in this new version, the resolution is completely missing. I'm calling this a bug in Imagemagick.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeffrey Ratcliffe</dc:creator><pubDate>Sun, 21 Dec 2025 09:43:17 -0000</pubDate><guid>https://sourceforge.net2c7d3beb32957827473cb32546adbafd34ff47aa</guid></item><item><title>#439 Test-suite fails with ImageMagick &gt;=7.1.2-9</title><link>https://sourceforge.net/p/gscan2pdf/bugs/439/?limit=25#87c9</link><description>&lt;div class="markdown_content"&gt;&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;$ magick -version
Version: ImageMagick 7.1.2-9 Q16-HDRI x86_64 5cff2fc4f:20251128 https://imagemagick.org
Copyright: (C) 1999 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP(4.5) 
Delegates (built-in): bzlib cairo djvu fftw fontconfig freetype heic jng jp2 jpeg jxl lcms lqr openexr pangocairo png raqm raw rsvg tiff webp x xml zlib zstd
Compiler: gcc (14.3)
$ magick -units Undefined -density 300 xc:white test.jpg
$ identify -verbose test.jpg
Image:
  Filename: test.jpg
  Permissions: rw-r--r--
  Format: JPEG (Joint Photographic Experts Group JFIF format)
  Mime type: image/jpeg
  Class: PseudoClass
  Geometry: 1x1+0+0
  Units: Undefined
  Colorspace: Gray
  Type: Grayscale
  Base type: Undefined
  Endianness: Undefined
  Depth: 12/16-bit
  Channels: 2.0
  Channel depth:
    Gray: 16-bit
  Channel statistics:
    Pixels: 1
    Gray:
      min: 4095  (1)
      max: 4095 (1)
      mean: 4095 (1)
      median: 4095 (1)
      standard deviation: 0 (0)
      kurtosis: 0
      skewness: 0
      entropy: 0
  Colormap entries: 4096
  Colormap:
  Rendering intent: Undefined
  Gamma: 0.454545
  Matte color: grey74
  Background color: white
  Border color: srgb(223,223,223)
  Transparent color: black
  Interlace: None
  Intensity: Undefined
  Compose: Over
  Page geometry: 1x1+0+0
  Dispose: Undefined
  Iterations: 0
  Compression: JPEG
  Quality: 92
  Orientation: Undefined
  Properties:
    date:create: 2025-12-20T18:23:06+00:00
    date:modify: 2025-12-20T18:23:06+00:00
    date:timestamp: 2025-12-20T18:23:12+00:00
    jpeg:colorspace: 1
    jpeg:sampling-factor: 1x1
    signature: ea0eb021dc2ad082eb7325b55ba9a512899156fc727e9c318c8ee581965fd5b0
  Artifacts:
    verbose: true
  Tainted: False
  Filesize: 160B
  Number pixels: 1
  Pixel cache type: Memory
  Pixels per second: 4404P
  User time: 0.000u
  Elapsed time: 0:01.000
  Version: ImageMagick 7.1.2-9 Q16-HDRI x86_64 5cff2fc4f:20251128 https://imagemagick.org
$ 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Wiese</dc:creator><pubDate>Sat, 20 Dec 2025 18:24:20 -0000</pubDate><guid>https://sourceforge.net5cae257b1c3ad16b69fedb497e2485b8a72d4d50</guid></item><item><title>#439 Test-suite fails with ImageMagick &gt;=7.1.2-9</title><link>https://sourceforge.net/p/gscan2pdf/bugs/439/?limit=25#ebb7</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks for the report. Debian testing still has 7.1.2-8, so I can't reproduce this. Please try the following with 7.1.2-9 and attach the jpg to the report:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;magick -units Undefined -density 300 xc:white test.jpg&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;What does the following then return?&lt;/p&gt;
&lt;p&gt;&lt;code&gt;identify -verbose test.jpg&lt;/code&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeffrey Ratcliffe</dc:creator><pubDate>Sat, 20 Dec 2025 10:54:24 -0000</pubDate><guid>https://sourceforge.neta77e620f991845456717588eda90261e7ab16423</guid></item><item><title>#439 Test-suite fails with ImageMagick &gt;=7.1.2-9</title><link>https://sourceforge.net/p/gscan2pdf/bugs/439/?limit=25#59be</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Addendum: I'm trying to build gscan2pdf-2.13.5 with perl-5.40 on NixOS 25.11.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Wiese</dc:creator><pubDate>Fri, 19 Dec 2025 00:16:46 -0000</pubDate><guid>https://sourceforge.net1beb1a08c184a9e2ff2fdd72d87a84ecedbb093e</guid></item><item><title>Test-suite fails with ImageMagick &gt;=7.1.2-9</title><link>https://sourceforge.net/p/gscan2pdf/bugs/439/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;With ImageMagick &amp;gt;=7.1.2-9 the test suite fails with&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="gh"&gt;#&lt;/span&gt;   Failed test 'undefined'
&lt;span class="gh"&gt;#&lt;/span&gt;   at t/04_Page.t line 114.
&lt;span class="gh"&gt;#&lt;/span&gt;          got: '72'
&lt;span class="gh"&gt;#&lt;/span&gt;     expected: '300'
&lt;span class="gh"&gt;#&lt;/span&gt; Looks like you failed 1 test of 12.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;I bisected ImageMagick &lt;code&gt;7.1.2-8..7.1.2-9&lt;/code&gt; to commit &lt;a class="" href="https://github.com/ImageMagick/ImageMagick/commit/f46647c0303824b005575ce8edebd018178fbfd9" rel="nofollow"&gt;f46647c030&lt;/a&gt; (»Correct parsing of the density«), which sound totally plausible.&lt;/p&gt;
&lt;p&gt;Unfortunately, I don't have the expertise to fix this myself, so I cannot provide a patch.  But at least you should know quite well what's going on. :)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andreas Wiese</dc:creator><pubDate>Fri, 19 Dec 2025 00:12:16 -0000</pubDate><guid>https://sourceforge.net60641fcf9b1a7a8f91b219ca200e7810f0330aa8</guid></item></channel></rss>