Skip to content

clip.resized() and vfx.Resize() have a bug about PIL(pillow) #2512

@sen-sir

Description

@sen-sir

first time to write issue

===========================
from moviepy import *
clip = ImageClip('test.jpg',3).resized((1000,1000))

#it get a wrong,you should to del the code in moviepy.video.fx.Resize file

rewrite Image.Resampling.LANCZOS, we should del .Resampling

  • Python Version:
  • MoviePy Version:
  • Platform Name:
  • Platform Version:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssues that report (apparent) bugs.lib-PIL-PillowIssues pertaining to dependency PIL (or PIL fork Pillow).needs-more-infoWaiting for submitter's reply, feedback, updates,...

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions