[Bug 1351050] Re: Weird iteration order when displaying multiple images
broucaries
1351050 at bugs.launchpad.net
Sun May 3 22:43:31 UTC 2015
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27557
** Also affects: imagemagick
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to imagemagick in Ubuntu.
https://bugs.launchpad.net/bugs/1351050
Title:
Weird iteration order when displaying multiple images
Status in ImageMagick - Convert, Edit and Compose Images:
New
Status in imagemagick package in Ubuntu:
New
Bug description:
The "display" command takes multiple image files on the command line.
By using the File/Next command, those files used to be displayed one
by one in the sequence given, but in this version, something weird
happens instead which is easiest to explain through an example.
Consider this command line:
display 1.png 2.png 3.png 4.png
I would now expect images to be displayed in the order given, i.e. 1 2
3 4. Instead, the actual order observed is:
1 1 2 1 2 3 1 2 3 4
I know this worked as expected in older versions of Imagemagick, but I
unfortunately don't know exactly how far back you would have to go to
get the correct/sensible behavior.
Version info as requested:
> lsb_release -rd
Description: Ubuntu 12.04.4 LTS
Release: 12.04
> apt-cache policy imagemagick
imagemagick:
Installed: 8:6.6.9.7-5ubuntu3.3
Candidate: 8:6.6.9.7-5ubuntu3.3
Version table:
*** 8:6.6.9.7-5ubuntu3.3 0
500 http://se.archive.ubuntu.com/ubuntu/ precise-updates/main i386 Packages
500 http://security.ubuntu.com/ubuntu/ precise-security/main i386 Packages
100 /var/lib/dpkg/status
8:6.6.9.7-5ubuntu3 0
500 http://se.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
To manage notifications about this bug go to:
https://bugs.launchpad.net/imagemagick/+bug/1351050/+subscriptions
More information about the foundations-bugs
mailing list