SergeS Posted Monday at 01:41 AM Report Share Posted Monday at 01:41 AM 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 Monday at 07:13 AM Report Share Posted Monday at 07:13 AM 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 Monday at 07:59 AM Report Share Posted Monday at 07:59 AM (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 Monday at 08:03 AM by Uwe update other format of user tag Quote Link to comment Share on other sites More sharing options...
SergeS Posted Monday at 11:55 PM Author Report Share Posted Monday at 11:55 PM 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 Tuesday at 01:32 AM Author Report Share Posted Tuesday at 01:32 AM 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.