Ratio - improve naming and sorting

Bugs which are supposed to be fixed in the next test version (not available yet)

Moderators: XnTriq, helmut, xnview, Dreamer

User avatar
user0
XnThusiast
Posts: 1109
Joined: Sat May 09, 2015 9:37 am

Ratio - improve naming and sorting

Post by user0 »

XnViewMP 1.5.5 64bit
Windows11 (22H2), display resolution 3840x2160, win scaling 150%


Ratio
ratio sorting is not consistent and naming can be improved as well

affected:
- Viewer > Edit menu > Set selection ratio
- Viewer > Crop bar
- Search > Ratio criteria
- maybe somewhere else

Suggestion
  • always sort (from large to small)
  • decimal value (in x.xx format) first, ratio value last
    to make list much more clear and easy to read
ratio_swap_columns.png

A
with brackets

Code: Select all

1.00 (1:1)
1.20 (12:10)
1.25 (5:4)
1.28 (9:7)
1.29 (US Letter)
1.33 (4:3)
1.40 (7:5)
1.41 (A4, АЗ, …)
1.50 (3:2)
1.60 (16:10)
1.66 (5:3)
1.78 (16:9)
1.85 (Cinema 1)
2.00 (2:1)
2.35 (Cinema 2)
B
without brackets

Code: Select all

1.00 1:1
1.20 12:10
1.25 5:4
1.28 9:7
1.29 US Letter
1.33 4:3
1.40 7:5
1.41 A4, АЗ, …
1.50 3:2
1.60 16:10
1.66 5:3
1.78 16:9
1.85 Cinema 1
2.00 2:1
2.35 Cinema 2



Related
You do not have the required permissions to view the files attached to this post.
Last edited by user0 on Thu Sep 28, 2023 5:43 pm, edited 1 time in total.
User avatar
xnview
Author of XnView
Posts: 41859
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Ratio - improve naming and sorting

Post by xnview »

See issue for current status and some details.
Pierre.
User avatar
user0
XnThusiast
Posts: 1109
Joined: Sat May 09, 2015 9:37 am

Re: Ratio - improve naming and sorting

Post by user0 »

done in 160