bit-bots / imagetagger

An open source online platform for collaborative image labeling
MIT License
267 stars 54 forks source link

zoom when hover #9

Open jgueldenstein opened 7 years ago

jgueldenstein commented 7 years ago

optionally zoom into image section when hovering to increase accuracy

NFiedler commented 7 years ago

I tend to use https://github.com/i-like-robots/EasyZoom to realize that, but some evaluation is needed. I don't know if the combination of multiple plugins on the same image causes problems.

stvogel commented 5 years ago

Hi NFiedler, I just stumbled over your comment and desperatly need to zoom some large images in ImageTagger. Did you already tried to integrate EasyZoom into ImageTagger or do you have any ideas how to start with? I never looked under the hood of the imagetagger-source code, so I'm totally clueless how to start.

NFiedler commented 5 years ago

Moin. Sadly there is no progress on our side in that direction. @ftsell is working on a long-term goal of reimplementing the whole frontend in a proper JS framework. The JS file of that view is in imagetagger/imagetagger/imagetagger/annotations/static/annotations/js/annotations.js . Honestly, I am very sorry about it... in case you have any questions, feel free to ask.

PS: A workaround from some of our team members was to use a screen zoom in the universal access menu of their OS. While this is definitely the hackiest solution I can imagine, it does what it's supposed to do...

stvogel commented 5 years ago

Thanks @NFiedler for your quick answer and the hint to annotation.js I will look into it. Sounds like a good idea to reimplement the frontend in a proper JS framework. @ftsell is there anything that can already be used?