Order of images with display command

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
olehtone
Posts: 1
Joined: 2013-10-01T04:53:36-07:00
Authentication code: 6789

Order of images with display command

Post by olehtone »

I'm using IM 6.6.9-7 on Ubuntu 12.04 LTS. I have multiple jpg images (A.jpg, B.jpg, etc.) and when I issue the command

display *.jpg

The images are shown in following order (by pressing Spacebar in between)
A A B A B C A B C D ...

With previous version I used (6.5.7-8) images came in order

A B C ...

which is the behaviour I'm after. I have no idea whether it is a feature or bug or am I just doing something wrong... Help much appreciated.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Order of images with display command

Post by magick »

The bug you reported is fixed in the latest releases of ImageMagick. The most recent stable is ImageMagick 6.8.7-0.
Post Reply