montage result differ between 1.3.40 and 1.3.41
Swiss army knife of image processing
Brought to you by:
bfriesen
There's a difference between 1.3.40 and 1.3.41 in montage command result. E. g.
gm montage logo: logo: out.png; md5sum out.png
has another result, even gm compare is nonzero. See
https://bugzilla.suse.com/show_bug.cgi?id=1214831#c2
for details.
I am aware that 1.3.41 was discarded, however I wanted you to let you know. As far as I tested, even 17179:91afa18a6161 or 17180:bb42cd90ce6f didn't change it.
Thanks
While the output seems visually indistinguishable, there is indeed a tiny difference:
I do not yet know what the cause of this is.
The difference is eliminated by Mercurial Changeset 17192:f6375160b0de. The issue was caused by a change to the ResizeImage() filter order logic.
The difference between the images is very small.
The previous logic is restored. I do reserve the right to change the ResizeImage() implementation in the future and there may be imperceptible changes in the results. :-)
Thanks Bob for the prompt reply.
And I do reserve the right to ask, whether a change in behavior was intended or not to eventually adapt tests ;).
Thank you!