Deprecate ImageDraw.getdraw hints parameter#8124
Conversation
hugovk
left a comment
There was a problem hiding this comment.
This will be related to Fredrik Lundh's aggdraw project: "An add-on to the PIL library that supports anti-aliased drawing".
However, I don't find any reference to _imagingagg in the 2005 source download at https://web.archive.org/web/20200220003311/http://www.effbot.org/downloads/#aggdraw or in any of the code or commits of the fork at https://github.com/pytroll/aggdraw.
Co-authored-by: Hugo van Kemenade <[email protected]>
|
The 3.13 failures are unrelated: actions/setup-python#886 We can work around by pinning to |
|
3.13 is back to passing now. |
ImageDraw.getdraw()has ahintsargument. Its purpose is to indicate whether or not_imagingaggshould be used instead ofImageDraw2.However,
_imagingaggdoesn't exist, so I suggest deprecating thehintsargument.