hellosiyan / Viewnior

Elegant Image Viewer
https://siyanpanayotov.com/project/viewnior/
GNU General Public License v3.0
319 stars 55 forks source link

Feature request: Increase crop preview size #89

Closed legendofa closed 3 years ago

legendofa commented 3 years ago

The crop preview can sometimes be to small when exact crops are needed.

An option would be to increase the size of the preview or add the possibility to crop directly.

2020-10-26-222130_414x426_scrot

biopsin commented 3 years ago

Unfortunate viewnior is unmaintained, so you have to patch it yourself. In vnc-crop.c : look and change the hardcoded value from 400,400 for now.. vnr_tools_fit_to_size_double(&height, &width, 400,400);

hellosiyan commented 3 years ago

Implemented in https://github.com/hellosiyan/Viewnior/commit/c84708939bf350cfa12cc14f05ac8b39af68fd50. The Crop window size is now set dynamically to fill up to around 90% of the screen, scaling down the image if it doesn't fit, but never scaling it up.