Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
Image, ImageEnhance
2
3
def
reduce_opacity(im, opacity):
4
""
"Returns an image with reduced opacity."
""
Callers
nothing calls this directly
Calls
1
test
Function · 0.70
Tested by
no test coverage detected