SergeS Posted June 2 Report Share Posted June 2 I would like to select photos with different aspect ratio, for example 16:9 (which is actually 1.778) or 4:3 (which is actually 1.333), disregarding the orientation and resolution Are there any capability to search based on aspect ratio (more than, less than, equal), or anything similar? Cannot find... Quote Link to comment Share on other sites More sharing options...
lintujuh Posted June 2 Report Share Posted June 2 I cannot recall any direct way. One way I can think of is to make a CSV export and open the file in Excel. Then you could add another column with a formula =IF(width>height;width/height;height/width) Note that there might be minor rounding errors, so e.g. for 4:3, it would be good to check ratios between 1.30 and 1.35. Juha 1 Quote Link to comment Share on other sites More sharing options...
Uwe Posted June 2 Report Share Posted June 2 (edited) try this: create a user-specific tag (decimal number). then, as described by Juha, export the values to a csv file, calculate the ratio and enter this value in the column of the user tag of the csv file. Import this csv file. you will then see the value in the tags panel under the name of the user tag. if you prefer other display formats than decimal numbers, e.g. 4:3, then you can also create the user tag as text and fill the column in the CSV file accordingly Edited June 2 by Uwe update other format of user tag Quote Link to comment Share on other sites More sharing options...
SergeS Posted June 2 Author Report Share Posted June 2 Export to CSV is a god idea, thank you. Will try, have never did before 🙂 Quote Link to comment Share on other sites More sharing options...
SergeS Posted June 3 Author Report Share Posted June 3 1 hour ago, SergeS said: Export to CSV is a god idea, thank you. Will try, have never did before 🙂 Thank you again, it works... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.