hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #00313
[Bug 679844] Re: Batch move images
** Changed in: hugin
Importance: Undecided => Wishlist
** Changed in: hugin
Status: New => Triaged
** Tags added: hugin imagetab usability
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/679844
Title:
Batch move images
Status in Hugin - Panorama Tools GUI:
Triaged
Bug description:
Hugin loads images in the wrong order in many cases. For example:
If I have images named img(1).jpg, img(2).jpg, img(3).jpg.......img(10).jpg.....img(20).jpg
Hugin loads them in this order:
img(1).jpg
img(10).jpg
img(11).jpg
img(12).jpg
...
img(2).jpg
img(20).jpg
img(3).jpg
img(4).jpg
img(5).jpg
...
It should load them in numeric order:
img(1).jpg
img(2).jpg
img(3).jpg
img(4).jpg
img(5).jpg
...
img(10).jpg
...
img(20).jpg
BUT, if this is not possible, at least it would be nice to be able to select a number of images and move the whole batch of image up or down in the list. Currently you can only move one image at a time, so it is a total pain to try to reorganize the misordered images.