'ImageDraw' object has no attribute 'textsize'
`tagplot()` with parameter `plot_engine="image"` dose not work on my new installation (Pillow==10.0.0) because of `ImageDraw.textsize()` According to this [stack overflow question](https://stackoverflow.com/questions/76189891/imagedraw-object-has-no-attribute-textbbox), `tagplot()` may need to be updated.
issue