It would be nice to copy and image from any view to the clipboard. Gwenview just offers "copy to" as in file copy but I want to browse and copy to an email or some other app and drag and drop isn't always practical.
It already has this! Edit menu > Copy. :)
Thanks - I'd missed that (I don't know how) In that case can the feature request be to add this to the right-click menu which current only shows "copy to"!
Fair enough!
A possibly relevant merge request was started @ https://invent.kde.org/graphics/gwenview/-/merge_requests/74
Git commit 2c2b5eca34b0368e628f0847fe47108b3f80cb8c by Nate Graham. Committed on 20/05/2021 at 14:41. Pushed by ngraham into branch 'master'. Add "Copy" items to context menus This lets the user copy an image to the clipboard directly from the context menu, without having to use the menubar or keyboard shortcut. FIXED-IN: 21.08 M +1 -0 app/thumbnailviewhelper.cpp M +1 -0 app/viewmainpage.cpp https://invent.kde.org/graphics/gwenview/commit/2c2b5eca34b0368e628f0847fe47108b3f80cb8c
Thanks!