MCPcopy 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
2from PIL import Image, ImageDraw, ImageFont
3
4def reverseColor(r, g, b):

Callers

nothing calls this directly

Calls 7

rangeFunction · 0.85
grayscaleColorFunction · 0.85
reverseColorFunction · 0.85
openMethod · 0.45
loadMethod · 0.45
getpixelMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected