Menu

#24 piddlePIL: setink deprecated

open
nobody
None
5
2005-09-25
2005-09-25
No

After upgrading PIL a while back, I started getting
this warning from a piddlePIL script:

/usr/lib/python2.2/site-packages/PIL/ImageDraw.py:96:
DeprecationWarning:
'setink' is deprecated; use keyword arguments instead
DeprecationWarning

Fix is to do what it says: go through and replace
setink calls with keyword arguments.

Discussion


Log in to post a comment.