-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resize not working #272
Comments
I changed line 32 in resize.py to utilize tobytes instead of tostring and it fixed the problem. I'll submit a pull-request for this. |
Same issue. Is there another way to resize? |
@Leif0 Moviepy only works up to Pillow 2.9.0. |
Workaround: Lib\site-packages\moviepy\video\fx\resize.py |
Just confirming that pull #301 solves the problem and it works with the latest Pillow. Thanks! |
Thanks for this, I haven't done an update on pypi in a long time, very sorry. I'm very much under the water at the moment ! |
Will a version with the fix for this get pushed to PyPI sometime soon? |
@craiglytle @robolivable It looks like the referenced PR was closed without getting merged, is this an ongoing issue? Because if so, I guess a fix would have to be resubmitted. |
I just installed the moviepy 0.2.2.13 (pip install -upgrade moviepy), ran my basic test which uses resize with Pillow, and it looks great. |
Great, thanks, @craiglytle! In that case I'll close the issue. |
When I do a resize, I get the following stack trace:
Any idea what's going on?
The text was updated successfully, but these errors were encountered: