bertiqwerty / rvimage

Remote image viewer in Rust
MIT License
2 stars 1 forks source link

Zoom vs. scale to frame #12

Open bertiqwerty opened 2 years ago

bertiqwerty commented 2 years ago

Currently, the image or the zoomed part of the image always scales to fit the frame. 100%, i.e., one image pixel is one pixel of the screen buffer, and other zoom levels could be helpful. Also zoomed parts of images are scaled to the image size.