Skip to content

keep image aspect ratio by using an image item for size grabbing

This MR makes images keep their aspect ratio. This way we can open screenshots add comments and draw on them and save the same image back to gallery.

I am using an Image component with fillMode: Image.PreserveAspectFit to make the aspect ration stick.

I guess this is not the most sophisticated way of solving this, but it works. 👼

Merge request reports