import image, imageenhance
def reduce_opacity(im, opacity):
“””returns an image with reduced opacity.”””
assert opacity >= 0 and opacity
A programmer’s note boke for work and life
import image, imageenhance
def reduce_opacity(im, opacity):
“””returns an image with reduced opacity.”””
assert opacity >= 0 and opacity