+ New order of images
+ Wait for string input of numbers like "1 3 2 4"
+ Numbers can have any characters between them. "1er!3,0002.4" will be processed as [1, 3, 2, 4]
+ Images can be copied. "1 1 1 1" return you 4 images with index 1
+ And finally, the images can be removed. "1 4" will skip the image with index 2 and 3
+
+