Jump to content

Are there any capability to separate photos based on aspect ratio?


SergeS

Recommended Posts

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...

Link to comment
Share on other sites

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

  • Like 1
Link to comment
Share on other sites

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 by Uwe
update other format of user tag
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...