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
Currently, Willow requires a file-like object to construct an image. Pillow itself (and Willow when using the Pillow backend) support opening files by path, which can be much more convenient.
The text was updated successfully, but these errors were encountered:
Hello, Myself Amey Shinde, I have previously worked with Willow and Pillow. I would like to work on this issue. However, I had a question: Do we not want to open the image (path) as a Pillow object, convert it to a Willow object and then perform willow operations on the converted willow object?
I have written a program that takes a path, opens the image as a pillow object, and then converts it to a willow object. I also perform some willow operations like resizing the image using the converted willow object and saving the file, which works successfully.
I would like to work on the issue. So, I request you assign this issue to me.
Currently, Willow requires a file-like object to construct an image. Pillow itself (and Willow when using the Pillow backend) support opening files by path, which can be much more convenient.
The text was updated successfully, but these errors were encountered: