-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add image Crop functionality #1339
Comments
A basic image crop is available in the current release: Select A new image is created in You can use the standard zoom functions to zoom the image, but the rectangle remains the same dimensions. Maybe you want the rectangle to zoom also - but that may be irrelevant as you cannot adjust the rectangle.. This feature works in fullscreen. However, when you use mouse right-click to bring up the pop-up menu and select the Image Crop plugin, the rectangle disappears - but the cropped image is nevertheless created. You cannot adjust the rectangle in any way. If it is not as you wish, you must redraw. The plugin requires ImageMagick and exiftool to be installed. |
@caclark Thank you for the explanation, I tried it and it does work as you described! If I may, I would like to share my experience of using it:
It's nice that user can assign additional keys to the mouse to speed up this process: I'd like to understand another things:
I wonder if there might be a way to improve the user experience in this regard. |
If you double-click on the main image, the cursor is not displayed. If you double-click on a thumbnail, the cursor is displayed with a three second timeout on cursor movement. If you use keystroke "F", it depends on your previous action. This seems to be yet another bug. |
That sound a little dangerous to me - but I am a bit careless. Therefore I do not think it would be a good idea to include it as a standard feature. However, you can edit the Image Crop plugin to work as you wish. There is no way back from that point.... |
I suggest that you use gimp to rotate the image to the required orientation and save it to a temporary file. But if you are using gimp, you might as well use that to crop the image. |
... strongly seconded. The " If cropping would going to be included in the main app, there would be no need to " If the developer(s) intend to do it the "integrated" way: would there be an option possible to slightly change the drawn selection rectangle? Other programs have "handles" around the rectangular selection with which you can fine-tune the area to crop... Thanks! |
If you right-click on the cropped image, there is a menu option to got to directory view. From there you can copy the image.
I am still a bit unenthusiastic about including image crop into the source. The tedious way to fix the overwrite-original problem yourself is (as above): Replace: Go to Maybe I could change the script to have a "Overwrite Original File" option - but someone is going to click that accidentally.
Maybe, but unfortunately unlikely. |
Setup (please complete the following information):
Feature request description
First of all, thank you for creating and maintaining this great image viewer application.
I wanted to suggest an enhancement that I think would make the application even more useful: the addition of a crop feature.
Currently, the application allows viewing images but doesn't have the ability to crop them. Having a built-in Crop tool would allow users to easily trim unwanted parts from images without needing to use an external editor.
Some suggestions for the cropping feature:
When the user is in full-screen mode, it would be nice to be able to access the crop function by right-clicking (on any part of the image) or by using hotkeys.
Additional context
Screenshot example
Thank you for considering this suggestion!
The text was updated successfully, but these errors were encountered: