Cutting out unwanted background

How do I remove the outlined areas? I want them to be blank or white. I have tried masking but I must be doing it wrong. It will not mask INSIDE the lines.

You will need to invert the mask if you want to use that approach for this.

Essentially, the positive portion of the mask is determining what you see, not what you don’t see.

So start with a larger shape outline that’s bigger than the image, then use boolean difference from the portions you’ve outline to “cut out” holes from the overall outline. Once complete, apply the mask to the image.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.