github nadermx/backgroundremover v0.4.4

17 hours ago

Restore functionality on environments where only moviepy 1.x is installable (e.g. Python 3.8).

  • Fall back to moviepy.editor import when the moviepy-2.x top-level import is unavailable
  • Use Clip.resized() (moviepy 2.x) or Clip.resize() (moviepy 1.x), whichever exists
  • Shim Image.ANTIALIAS -> LANCZOS (removed in Pillow 10), which moviepy 1.x's resize references
  • Relax dependency pin to moviepy>=1.0.3

Don't miss a new backgroundremover release

NewReleases is sending notifications on new releases.