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] When taking a screenshot, the names of the images are not visible in screenshot #59

Open NEKolev opened 2 months ago

NEKolev commented 2 months ago

Is there an existing request for this feature?

Is your feature request related to a problem?

When taking a screenshot, the names of the images are not visible in screenshot - make it optional.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Anything else?

No response

larsmaxfield commented 2 months ago

Good idea. Will look into it.

larsmaxfield commented 2 months ago

Implementation notes:

This can be done by briefly forcing the labels on rather than off as is done in the current screenshot method.

The option of whether to show the filenames or not could be determined by whether the interface is showing. If showing, then also show the filenames. If not showing (hidden), then don't show the filenames. This would avoid needing another interface button or right-click option.