abreheret / PixelAnnotationTool

Annotate quickly images.
GNU Lesser General Public License v3.0
1.41k stars 307 forks source link

image zooming function is not friendly #77

Closed mepleleo closed 1 year ago

mepleleo commented 3 years ago

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

daandres commented 3 years ago

74

arbasli2 commented 1 year ago

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. The pull request mentioned above is stalled and there is no progress in that direction. Thank you.

arbasli2 commented 1 year ago

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 : "02a25cb26206f8b9119fa1fa383c59a88b4aa61f"

abreheret commented 1 year ago

Nice, I will put a new release (1.5.0) soon which contains your changes.