Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy image data to clipboard #253

Closed
sorashi opened this issue Oct 29, 2017 · 2 comments
Closed

Copy image data to clipboard #253

sorashi opened this issue Oct 29, 2017 · 2 comments

Comments

@sorashi
Copy link

sorashi commented Oct 29, 2017

Currently, when you hit CTRL+C or click Copy in the context menu, the file gets copied into the clipboard. However, most of the time I need to copy the image data into the clipboard. I can't find any way to do that in ImageGlass (is there a way?). In other words, currently, you are using Clipboard.SetFileDropList [source] (or its alternative using DataObject).
I'd like to add the option of using Clipboard.SetImage or DataObject.SetImage. You could add it as CTRL+SHIFT+C for example.

This would be useful mostly for use in web applications, where you have to paste image data. Examples of these applications: Facebook (chat), Discord, Imgur and most communication software where you can send an image. You can't copy and paste a file into these, you have to copy and paste the image data straight into and from the clipboard.

@d2phap
Copy link
Owner

d2phap commented Nov 1, 2017

Hi @sorashi,
Thanks for the suggestion.
There will be an implementation for this in v5.0

Phap

@d2phap d2phap added this to Todos in v5.0 Dec 1, 2017
@d2phap d2phap moved this from Todos to In progress in v5.0 Apr 3, 2018
@d2phap d2phap added this to the 4.5.11.27 milestone Apr 17, 2018
d2phap added a commit that referenced this issue Apr 17, 2018
- Reused Ctrl + Shift + C for Copy image data
- Removed Multiple copy / cut menu
@d2phap
Copy link
Owner

d2phap commented Apr 17, 2018

This feature was implemented in develop branch.
I will uploaded to http://www.imageglass.org/moon soon

@d2phap d2phap closed this as completed Apr 17, 2018
@d2phap d2phap moved this from In progress to Done in v5.0 Apr 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v5.0
Done
Development

No branches or pull requests

2 participants