pilmoji icon indicating copy to clipboard operation
pilmoji copied to clipboard

AttributeError with Pillow 11.2

Open jacebrowning opened this issue 9 months ago • 2 comments

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

jacebrowning avatar Apr 01 '25 15:04 jacebrowning

I'm having the same issue.

miaofree avatar Apr 18 '25 17:04 miaofree

I've opened a PR that fixes this issue - https://github.com/jay3332/pilmoji/pull/47

RestartB avatar Apr 23 '25 23:04 RestartB