Problem: When we use Image presentation dialog to scale image on queries and forms, Aware doesn't use "Aspect Ration" considerations and uses static width and height given in the bottom of the dialog.
Because the width and height are static values, lets say 100x100 which is square shape, and the actual image might be 600x300, which is rectangular shape, when the picture is shown, it looks wrong, because the image has changed from rectangular to square and users don't want that.
Solution: In that dialog, as it's pointed out, we need another selection for "Aspect Ratio" to be on or off. If on, Aware should ONLY accept either a width or height and not both. If developer provides the width, then Aware must calculate the scaled height based on the original pictures Aspect Ratio. And similarly, if developer provides height, the width must be calculated at runtime to show the image in proper aspect ratio.
So if the image was 600x300 and developer chose width of 100px or width of 50% then Aware should figure out the height at runtime:
600x300 By Pixle (w100) => then it will become 100x50
600x300 By % (w50%) => then it will become 300x150
Please add this feature to resolve image resolution mismatch.
Thanks!
