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.
Hi @Sorashi,
Thanks for the suggestion.
There will be an implementation for this in v5.0
Phap
This feature was implemented in develop branch.
I will uploaded to http://www.imageglass.org/moon soon
Most helpful comment
This feature was implemented in
developbranch.I will uploaded to http://www.imageglass.org/moon soon