You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the same issue as found on OMERO.figure, where Pillow 10 has removed font.getsize()ome/omero-figure#523
Running Split View Figure script fails with:
Traceback (most recent call last):
File "./script", line 802, in <module>
run_script()
File "./script", line 790, in run_script
[file_annotation, message] = split_view_figure(conn, script_params)
File "./script", line 630, in split_view_figure
fig = make_split_view_figure(
File "./script", line 389, in make_split_view_figure
text_height = font.getsize("Textq")[1]
AttributeError: 'FreeTypeFont' object has no attribute 'getsize'
Reported at ome/omero-figure#522
This is the same issue as found on OMERO.figure, where Pillow 10 has removed
font.getsize()
ome/omero-figure#523Running Split View Figure script fails with:
cc @juliomateoslangerak
The text was updated successfully, but these errors were encountered: