Enabling HDRI leads to a test failure

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
mi
Posts: 123
Joined: 2005-01-25T14:14:43-07:00
Contact:

Enabling HDRI leads to a test failure

Post by mi »

Here is the full log.

The failure is thus:

Code: Select all

...
Line: 48  Averaging image failed, signature = 66dfb88c21405a6bf582c9a542d87fd14db176aae1f34bc30b0b3e2443b49aa8
1 failures
FAIL: Magick++/tests/averageImages.sh
...
===========================================
1 of 696 tests failed
Please report to http://www.imagemagick.org
===========================================
Please, advise.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Enabling HDRI leads to a test failure

Post by magick »

Patch for this problem in ImageMagick 6.3.6-8 available sometime tomorrow.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Enabling HDRI leads to a test failure

Post by magick »

A few of the PerlMagick regression tests are expected to fail for HDRI-enabled ImageMagick. HDRI-enabled ImageMagick does not clamp pixels so in some cases you get a complete negative of an image from what you would expect for a non-HDRI version of ImageMagick. We have plans to account for these special cases but currently do not have an ETA.
Post Reply