jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

mask() is missing #350

Open kresdjan opened 2 years ago

kresdjan commented 2 years ago

Maybe there is a reason for this, that I dont understand. But it would great if mask() method would make it into Processing.py from Processing

tabreturn commented 2 years ago

There's an example included in the Processing IDE -- with Python Mode activated, File > Examples > Basics > Image > Alphamask

villares commented 2 years ago

Cheers, @kresdjan!

Maybe the .mask() method of a PImage object can be of help to you...

offscreen buffer