pilmoji
pilmoji copied to clipboard
AttributeError with Pillow 11.2
In Pillow 11.2, the private _multiline_spacing method from ImageDraw appears to be removed, which leads to an AttributeError on this line:
https://github.com/jay3332/pilmoji/blob/6ff436fe0a28362bd1d411863347face33e3b6ac/pilmoji/core.py#L303
I'm having the same issue.
I've opened a PR that fixes this issue - https://github.com/jay3332/pilmoji/pull/47