scilus / scilpy

The Sherbrooke Connectivity Imaging Lab (SCIL) Python dMRI processing toolbox
Other
60 stars 60 forks source link

FIX: screenshot functions no longer working #920

Closed AntoineTheb closed 7 months ago

AntoineTheb commented 7 months ago

Quick description

scil_screenshot_* scripts were broken because of a fix in Pillow. See: https://stackoverflow.com/questions/76616042/attributeerror-module-pil-image-has-no-attribute-antialias

Replaced ANTIALIAS with LANCZOS, now they work.

Type of change

Check the relevant options.

Provide data, screenshots, command line to test (if relevant)

test_slice_40

...

Checklist