|
Bugzilla – Full Text Bug Listing |
| Summary: | [Build 20230830] graphicsMagick fails two tests in openQA | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dominique Leuenberger <dimstar> |
| Component: | Other | Assignee: | Petr Gajdos <pgajdos> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | ana.guerrero |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://openqa.opensuse.org/tests/3538170/modules/graphicsMagick/steps/18 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | Yes | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Dominique Leuenberger
2023-08-31 14:00:34 UTC
> gm compare -metric PAE ./0-1.png montage1.png Image Difference (PeakAbsoluteError): Normalized Absolute ============ ========== Red: 0.0000152590 1.0 Green: 0.0000152590 1.0 Blue: 0.0000152590 1.0 Total: 0.0000152590 1.0 > gm compare -metric PAE ./1-1.png montage2.png Image Difference (PeakAbsoluteError): Normalized Absolute ============ ========== Red: 0.0000152590 1.0 Green: 0.0000152590 1.0 Blue: 0.0000152590 1.0 Total: 0.0000152590 1.0 So if I understand correctly, basically
$ gm montage degradation.png logo-primary.png ./85-1.png
leads to different result than before as shown with
$ gm compare -metric PAE ./85-1.png montage1.png
(where montage1.png is the previous result)
However, the resulting images look the same for naked eye.
I have tried also:
15sp3/GraphicsMagick (1.3.35):
$ gm montage logo: logo: out.png; md5sum out.png
7a5099d37a6785c57c017224bf80100b out.png
$
TW/GraphicsMagick (1.3.40):
$ gm montage logo: logo: out.png; md5sum out.png
7a5099d37a6785c57c017224bf80100b out.png
$
TW/GraphicsMagick (1.3.41):
$ gm montage logo: logo: out.png; md5sum out.png
08c64b70d283466effd924df83bca6a3 out.png
$
$ gm compare -metric PAE out-before.png out.png
Image Difference (PeakAbsoluteError):
Normalized Absolute
============ ==========
Red: 0.0000152590 1.0
Green: 0.0000152590 1.0
Blue: 0.0000152590 1.0
Total: 0.0000152590 1.0
$
15sp3/GraphicsMagick (1.3.35): $ gm montage logo: logo: out.png; md5sum out.png 7a5099d37a6785c57c017224bf80100b out.png $ TW/GraphicsMagick (1.3.40): $ gm montage logo: logo: out.png; md5sum out.png 7a5099d37a6785c57c017224bf80100b out.png $ TW/GraphicsMagick (1.3.41): $ gm montage logo: logo: out.png; md5sum out.png 08c64b70d283466effd924df83bca6a3 out.png so 'something' changed... in previous versions, the picture was even bid-identical.. As we likely won't come to a conclusion today, I reverted GM to the previous version in Factory so that we can unblock TW over the weekend. Once we know what is going on here, we can update again to 1.3.41 Created an upstream bug: https://sourceforge.net/p/graphicsmagick/bugs/723/ I have noticed meanwhile that 1.3.41 release got discarded, so yes, my plan was to revert to 1.3.40, even in develproject. Have a nice weekend Ah, I have accepted your request because I thought you have solved it. Will revert in devel project again. https://sourceforge.net/p/graphicsmagick/bugs/723/ Factory: reverted to 1.3.40. In future upstream version this should be fixed. |