Here's an example where all the objects are circles so it is obvious when they are out of correct ratio. The left column shows the current behavior of the image component. The asset utilizes all the space available making circles look like elippsoids. On the right is what I expect to see with one additional feature (the images on the second column should be center horizontally and vertically.
With more details: let us choose an Image component of 100x100 of available space to show an image. If I link an image that is wider than taller (like the image with 2 circles) let us say of 100x200, then Appery should scale it so that the longer size will be 100 and, to keep the ratio fixed, the final size will be 50x100 (this is the correct visualization of the first image on the right column).
Same thing if the image is taller than wider like an image of 200x100, then to correctly visualize it, Appery needs to show it as 100x50. This is what it is shown on the bottom row.