Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-579013.py
File
recipe-579013.py
recipes/Python/579013_Draw_Text_To_Image/recipe-579013.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Draw (Bitmap Font) Text to Image
2
from
PIL
import
Image, ImageDraw, ImageFont
3
4
def
reverseColor(r, g, b):
Callers
nothing calls this directly
Calls
7
range
Function · 0.85
grayscaleColor
Function · 0.85
reverseColor
Function · 0.85
open
Method · 0.45
load
Method · 0.45
getpixel
Method · 0.45
save
Method · 0.45
Tested by
no test coverage detected