FiniteSingularity / obs-stroke-glow-shadow

An OBS plugin to provide efficient Stroke, Glow, and Shadow effects on masked sources.
GNU General Public License v2.0
96 stars 7 forks source link

[BUG] - Not correctly applied to a Browser Source #41

Open DizzyBHigh opened 2 months ago

DizzyBHigh commented 2 months ago

Describe the bug Applying the glow filter to a browser source does not work, no glow is applied regardless of settings

To Reproduce Steps to reproduce the behavior:

  1. Create a browser source
  2. Set the source to "https://static-cdn.jtvnw.net/jtv_user_pictures/de1220ca-b52f-4640-a5bc-6ff9b327ea63-profile_image-300x300.png"
  3. Add "img { background: none !important; }" to the custom css to allow for transparent PNG
  4. Appl the Glow Filter to the browser source.

Expected behavior Expected a glow around the browser source or elements in the browser source if the background is transparent.

Screenshots N/A

Environment

GPU

Additional context Add any other context about the problem here.

FiniteSingularity commented 2 months ago

Hi @DizzyBHigh,

Thank you for the detailed bug report. I'll take a look in the next few days and figure out what is going on with this.

DizzyBHigh commented 2 months ago

Not a problem, I actually stumbled across this as I I was wanting to change a PNG Dynamically with Streamer.bot. I Had been trying to work out how to change the source of a .png, and realised I can only change a browser source URL. that's when i noticed the filter which i had copy pasted from the .png didn't work.

Your plugins are fantastic, very intuitive to use, thanks for all your hard work.