exeldro / obs-shaderfilter

OBS Studio filter for applying an arbitrary shader to a source.
GNU General Public License v2.0
377 stars 39 forks source link

ASCII Shader doesn't respect image scaling #10

Open zolrath opened 1 year ago

zolrath commented 1 year ago

I don't know shader programming or I'd attempt a PR but when using the legacy shader ascii it seems it converts the image using its original dimensions, ignoring any scaling of the image texture performed by the user in OBS.

Image scaled to fill screen: image

With the filter active the displayed image only fills the original image size: image

exeldro commented 1 year ago

I am not sure what I am doing different, but it seems to be working fine for me image