-
Notifications
You must be signed in to change notification settings - Fork 308
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
image zooming function is not friendly #77
Comments
I am using this software for annotating defects. Since we need a fine annotation, the image has to be zoomed in regularly. However constantly loosing the center point creates a big burden and greatly slows down the process. Please add this feature to the software. |
In case someone is interested: I have forked this repo and merged the changes from BestRevRome (#74) regarding this feature to the latest commit of the main repo (as of today: 4920f8e). It compiles under windows too (tested with visual studio 17 2022, QT 5.15). https://github.com/arbasli2/PixelAnnotationTool feature is added in commit : |
Nice, I will put a new release (1.5.0) soon which contains your changes. |
The image zooming function is not friendly. In the current version(1.4.0), the region to be marked cannot be found after the image is enlarged by pressing Ctrl. For example, Photoshop zooms the image by the current position of the mouse, which is convenient to operate. I hope it can be improved. Thks
The text was updated successfully, but these errors were encountered: