olive-groves / butterfly_viewer

Side-by-side image viewer with synchronized zoom and sliding overlays. Drag and drop to instantly compare multiple images on your desktop. Very open source.
https://olive-groves.github.io/butterfly_viewer/
Other
22 stars 3 forks source link

[Feature] Adding more drawing capabilities on the images #63

Closed NEKolev closed 2 months ago

NEKolev commented 2 months ago

Is there an existing request for this feature?

Is your feature request related to a problem?

Adding more drawing capabilities on the images. For example:

It would also be nice to be able to change the color of the drawn, as well as the size.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Anything else?

No response

larsmaxfield commented 2 months ago

Great feature that I don't have time to work on, at least for the foreseeable future.

On the frontend these drawing tools are straightforward, but on the backend they require a lot of effort to function really well. And by "really well" I mean the level of quality of PowerPoint or Miro. And that's the level of quality I would want in the Viewer. Anything less I would find annoying, because bad drawing tools are really, really annoying.

Perhaps with some searching I can find a premade library of drawing widgets for PyQt which would satisfy the requirements, but there would still be a some work to implement it all.

Will update here if things change!