Processing.py-Bugs
Processing.py-Bugs copied to clipboard
mask() is missing
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
There's an example included in the Processing IDE -- with Python Mode activated, File > Examples > Basics > Image > Alphamask
Cheers, @kresdjan!
Maybe the .mask()
method of a PImage
object can be of help to you...