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
PIL has very long history and the most of Python projects still depend on it. We will work on PIL compatiblity layer using Wand. It will provide two ways to emulate PIL:
Module-level compatibility which can be used by changing import:
See also the roadmap:
So, what features does Wand lack while PIL provides?
Image.getbands()
Image.getbox()
Image.getextrema()
Image.getprojection()
Image.split()
TBF
The text was updated successfully, but these errors were encountered: