imagesSortRatio function
string imagesSortRatio(filePathList, axesRatio)
string[] imagesSortRatio(filePaths, axesRatio)
filePathList string String list with image files, separated with ; including after the last entry.
filePaths string[] String array with image files.
axesRatio selector xy, xz, yx, yz, zx, zy define which scope axes ratio is used as a reference.
Returns a string list or string array with all files in the input filePathList or filePaths, sorted by how well they match the reference ratio, from best to worst.
Looks at all image files in the input filePathList or filePaths and sorts them depending on their ratio relative to the ratio of the two scope axes defined by axesRatio.