We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to draw a png containing an image with feathered transparency.
This is the image I'm trying to draw:
I'm drawing it over a video clip. If I draw it outside of a warp It looks like this:
With the video and image inside the warp I get a weird artifacting around the image that looks like this:
The artifacting colour changes with ofBackground(), but that isn't an issue outside of the warp.
ofBackground()
The issue might be related to this but I've run out of time to investigate further today.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to draw a png containing an image with feathered transparency.
This is the image I'm trying to draw:
I'm drawing it over a video clip. If I draw it outside of a warp It looks like this:
With the video and image inside the warp I get a weird artifacting around the image that looks like this:
The artifacting colour changes with
ofBackground()
, but that isn't an issue outside of the warp.The issue might be related to this but I've run out of time to investigate further today.
The text was updated successfully, but these errors were encountered: