camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
234 stars 285 forks source link

Saving Marks Should Include User's X, Y, Zoom, etc #844 #902

Closed YukaUU closed 3 months ago

YukaUU commented 3 months ago

Summary

Added X, Y (image coordinate )and zoom to the pop-panel

Motivation

Because until now, it was not possible to check the image coordinate and zooming information of the area annotated in mouse mode.

Testing

Before Before_X_Y_Z After After_X_Y_Z

Questions

please check whether my PR matches your issue #844 or not.

birm commented 3 months ago

This didn't work as expected and ended up showing variable information (e.g. changing zoom when viewing changed the recorded zoom on the annotation). It may be related to effects from #943 , but I've reverted it for now.