Lefteous wrote:what about displaying the aspect ratio as for example 4:3 instead of 1.333? 1.333 is not really common and the user has to know that 1.333 means 1:1.333
Thank you for your request.
The aspect ratio column was impemented in the plugin - because of users request - for sorting purposes. To show the aspect ratio of the images as a floating value fits to this purpose.
Aspect ratio as a relation value is another thing, I think... This will be much more only a informational column. An interesting idea...
But... How to handle it? With a table? what is with intermediate values?
The aspect ratio column was impemented in the plugin - because of users request - for sorting purposes. To show the aspect ratio of the images as a floating value fits to this purpose.
Aspect ratio as a relation value is another thing, I think... This will be much more only a informational column. An interesting idea...
Yes it's an informational field. I want use it in thumbnail view.
The plugin API allows you to return a string for display but keep the sorting based on floats.
But... How to handle it? With a table? what is with intermediate values?
is this in all cases the common way to show the value?
Well not in all cases. For standard image formats it's an easy calculation. For awry aspect ratios you could provide approximate values like ~3:2. What do you think?
2J.Bl
Great to hear that development of one of my favorite plugins will be continued. I found that the problem is not the image itself but the permissions. The current user had no access rights to read the file. After adding read permissions imgsize delivers its size.
So it would be great if you could add a more tolerant handling.
Last edited by Lefteous on 2009-04-26, 22:43 UTC, edited 1 time in total.