MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-362879.py

File recipe-362879.py

recipes/Python/362879_Watermark_with_PIL/recipe-362879.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import Image, ImageEnhance
2
3def reduce_opacity(im, opacity):
4 """Returns an image with reduced opacity."""

Callers

nothing calls this directly

Calls 1

testFunction · 0.70

Tested by

no test coverage detected