Imageglass: Copy image data to clipboard

Created on 29 Oct 2017  Â·  2Comments  Â·  Source: d2phap/ImageGlass

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.

✨ feature request

Most helpful comment

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

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DraHD picture DraHD  Â·  5Comments

xmha97 picture xmha97  Â·  6Comments

jtagcat picture jtagcat  Â·  5Comments

xmha97 picture xmha97  Â·  4Comments

Matix-Media picture Matix-Media  Â·  5Comments