You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for copy/paste transparency in the latest build of ImageGlass Moon 8: https://imageglass.org/moon.
So far it works with Paint.NET, MS Word, Power Point, Excel, MS Edge, Chrome,..
Please note that, Because the Windows clipboard data is really dirty and inconsistent, and some software create its own way to copy and paste image data, this implementation is just try to cover all the popular formats as the below screenshot. While PNG and CF_DIB contain image transparency, the clipboard-reader software should support reading from PNG and CF_DIB to retrieve the bitmap with transparency.
System information:
To Reproduce
Steps to reproduce the behavior:
Actual behavior:
Alpha channel is lost, and replaced with white.
Expected behavior:
Alpha channel is retained. This is how it works if I copy from a layer in for example photoshop.
Screenshots:
Additional context:
The text was updated successfully, but these errors were encountered: