ComfyUI-text-overlay icon indicating copy to clipboard operation
ComfyUI-text-overlay copied to clipboard

Exchange .textsize method invocation by .textlength

Open Seppo007 opened this issue 1 year ago • 1 comments

Since v10.0.0 (2023-07-01) of Pillow the method ImageDraw.textsize() has been removed. I replaced the invocation of the method with an alternative using ImageDraw.textbbox() as described in the link of below

See https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#font-size-and-offset-methods for more information

Seppo007 avatar Aug 17 '24 16:08 Seppo007

this fixes #1

IARI avatar Feb 20 '25 16:02 IARI