hikarin522 / GlassIt-VSC

VS Code Extension to set window to transparent on Windows platform.
https://marketplace.visualstudio.com/items?itemName=s-nlf-fh.glassit
MIT License
203 stars 21 forks source link

Extension makes images transparent. #25

Open arm32x opened 3 years ago

arm32x commented 3 years ago

When viewing images in VS Code’s integrated image viewer with this extension enabled, opaque parts of the image are made transparent when they shouldn’t be. I’m using Linux.

phanirithvij commented 2 years ago

I think it is not possible to allow images to stay opaque as the current logic reduces the window's alpha. https://github.com/hikarin522/GlassIt-VSC/blob/18bc1dcc4ea0de136f857c3dfb7b819f1822bf79/SetTransparency.cs#L37