LibrePhotos/librephotos

Allow copy photo to clipboard

Open

#544 opened on 2022年7月12日

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
 (平均マージ 5d 23h) (30d で 29 merged PRs)

説明

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.

コントリビューターガイド