Skip to content
New issue

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

Feature/effect masking #18

Merged
merged 15 commits into from
Aug 31, 2023
Merged

Feature/effect masking #18

merged 15 commits into from
Aug 31, 2023

Conversation

FiniteSingularity
Copy link
Owner

This PR adds an effect masking option to the filter. With effect masking, a mask can be selected to define where and how much to blur the source. Available mask types are:

  • Crop: Crop in from the sides of a rectangular source
  • Source: Select another OBS source to mask with. User can specify what combination of color/alpha channels to use.
  • Image: Same as Source, but uses an image file (e.g.- png, jpeg, bmp).
  • Rectangle: Similar to Crop but allows user to specify the center, width, and height of a rectangular area.
  • Circle: Similar to Rectangle but the user specifies the center and a circle radius to apply.
    Additionally, all masks are invertable.

@FiniteSingularity FiniteSingularity linked an issue Aug 31, 2023 that may be closed by this pull request
@FiniteSingularity FiniteSingularity merged commit 757e83d into main Aug 31, 2023
0 of 8 checks passed
@FiniteSingularity FiniteSingularity deleted the feature/effect-masking branch September 3, 2023 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blur Filter - Edge
1 participant