LibrePhotos/librephotos

Allow copy photo to clipboard

Open

#544 opened on Jul 12, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (266 forks)batch import
difficulty: easyenhancementfrontendgood first issuesize: S

Repository metrics

Stars
 (6,222 stars)
PR merge metrics
 (Avg merge 5d 23h) (29 merged PRs in 30d)

Description

Describe the enhancement you'd like Currently, trying to copy a photo from the timeline to clipboard results in a blank 0byte .webp file being copied. It would be nice to be able to copy the photo in a compatible format (like jpg) and paste into another application. We could add a menu item for selected photos that is called something like "Copy to Clipboard", or perhaps we could add a copy icon overlay on the image, or even a keyboard Ctrl-C shortcut.

Describe why this will benefit the LibrePhotos This would be much easier than having to download a single file as a zip, then unzip it, then copy it into another application.

Contributor guide