Futsch1 / image-sieve

GUI based tool to sort and categorize images written in Rust
GNU General Public License v3.0
129 stars 9 forks source link

Zoom Images #49

Open volksen opened 2 years ago

volksen commented 2 years ago

Are there any plans on implementing zooming images to full size? I really like the app. It's great way to quickly get through many images, but sometimes I wish I could zoom in to check focus.

Futsch1 commented 2 years ago

I didn't have time to work on the app in the past months, but I plan to do an update soon.

I will look into the issue and see what I can do. For the time being, you can click the image in the lower part to open it on the default image viewer and zoom there.

Futsch1 commented 1 year ago

Currently limited by slint, but there are issues around to support this in the future:

https://github.com/slint-ui/slint/issues/1280 https://github.com/slint-ui/slint/issues/2260

I will monitor the status of these issues and implement it as soon as there is progress there.