Results 14 comments of Binit

![image](https://user-images.githubusercontent.com/55803927/119038991-65135000-b9d1-11eb-8a68-19f3e67f0e4b.png) Downloader too (I wasn't downloading anything)

> ![](https://camo.githubusercontent.com/581c605c62b5608fce28cf39c23740cc27059277923923ad66c1f40eb2e85327/68747470733a2f2f692e696d6775722e636f6d2f374d354d316e472e706e67) > I've been running it for hours/days straight with no problem. [Windows 10 build 19042] > > @Yeetus3141 > > * what OS are you running? > *...

ShareX puts the image onto the clipboard in `DIB` (or `DIBV5`, or `BITMAP`) format which is not properly supported by Blender, even if ImagePaste can pull it off the cliboard....

Great idea! Didn't realize Images as Planes provided those options. Part of this was also requested previously in #42. Looking forward to implementing this feature in future versions.

Have you installed blendered as a flatpak?

This is not possible unless we use some external module to convert images to an alpha-supporting bitmap because blender does not support alpha in bitmaps and can't export such image...

Here are some documentation and resources I used while making clipette: [win32 clipboard functions](https://learn.microsoft.com/en-us/windows/win32/dataxchg/clipboard) [win32 memory management functions](https://learn.microsoft.com/en-us/windows/win32/memory/memory-management-functions) [`CF_HDROP` format](https://learn.microsoft.com/en-us/windows/win32/shell/clipboard#cf_hdrop) [ctypes wintypes reference](https://epydoc.sourceforge.net/stdlib/ctypes.wintypes-module.html) [ctypes docs](https://docs.python.org/3/library/ctypes.html) [bitmap image file structure](https://en.wikipedia.org/wiki/BMP_file_format#File_structure) This...

I'm not sure if photoshop supports the general clipboard formats that support transparency (`PNG`, `DIB`). What version of ImagePaste were you using? Would you mind trying these releases aswell? [v1.9.0e](https://github.com/b-init/ImagePaste/releases/tag/v1.9.0e)...

That's interesting, I can't find how maya/Vray does that. General clipboard formats that retain transparency don't work for photoshop. I can't find any software that does work (tried paint.net, any...

1. Try [1.7.1](https://github.com/Yeetus3141/ImagePaste/releases/tag/v1.7.1) on 3, could you scroll up and get the rest the error? And could you also tell me the latest version of _.NET Framework_ you have installed?...