dannypadilla / image-cropper-gui

easily crop images to a specified size by clicking a region of interest
7 stars 0 forks source link

sort how images are displayed #6

Open dannypadilla opened 6 years ago

dannypadilla commented 6 years ago

Cycling through images (next/prev) is random... imgs have a naming convention, but could dumb down to just numbers

dannypadilla commented 6 years ago

currently sorted using x.sorted(). tmp fix since it sorts as [1, 10, 11, etc..]