-
Notifications
You must be signed in to change notification settings - Fork 973
Add Copying an Image Directly to the Clipboard Through the Context Menu #1174
Comments
let's get this party started! @bsclifton ? : ) |
This would be a good one, self assigning 😄 I was thinking about doing this the other day (along with adding Search with this image) |
This one ended up not being as easy as I initially thought. The electron I tried loading the URL into a Any advice on what to look at? Hoping I'm missing something obvious |
You can get a data URL from an image if you create a canvas element, draw an image to it and use Also for this type of task (clipboards & drag'n drop) it's useful to use a clipboard viewer program and compare to the other browsers. There are a lot of little free apps that do that out there, just grab one of those. |
I mainly just implemented what I suggested in issue #1174 Fix #1174 Auditors: @diracdeltas
Sorry for jumping in @bsclifton, just happened to try what I suggested and it worked. Hope you don't mind! |
It's all good, I had forgotten about this 😄 |
I mainly just implemented what I suggested in issue #1174 Fix #1174 Auditors: @diracdeltas
Sweet! |
It seems that it does not work on Ubuntu 14.04. You cannot paste image on Gimp #2585 |
You might want to try to make sure the same works on chrome, it is probably the same data clipboard format. It might just be Gimp on Ubuntu not supporting the paste format. If it's an issue though just post a new issue and reference this one. |
In most other browsers, you're able to copy an image directly to the clipboard through the context menu by right-clicking it, but in Brave you can't do that. I know copying the image link was recently added to the context menu but it'd be nice to have this feature as well
The text was updated successfully, but these errors were encountered: