• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Zulko / moviepy / 848
86%

Build:
DEFAULT BRANCH: master
Ran 01 Oct 2019 01:39PM UTC
Jobs 3
Files 174
Run time 4min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
848

push

travis-ci

tburrows13
Two ImageMagick gif writing bug-fixes (#972)

Fuzz option "does nothing" to output file due to wrong order of params passsed to ImageMagick, these changes fix this issue.

Fixes Zulko/moviepy#113

Fixes bug when exporting to gif using ImageMagick with no "opt" parameter specified ie `opt=OptimizePlus` does not produce output file while still stating that [MoviePy] >>>> File /.../test.gif is ready!

test snippet:
`
from moviepy.editor import *

clip = (VideoFileClip(infile, audio=False))
clip.write_gif('test.gif', program= 'ImageMagick', fuzz=40)
`

3849 of 5936 relevant lines covered (64.84%)

1.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 848.1 01 Oct 2019 01:39PM UTC 0
64.69
Travis Job 848.1
2 848.2 01 Oct 2019 01:41PM UTC 0
64.72
Travis Job 848.2
3 848.3 01 Oct 2019 01:43PM UTC 0
64.72
Travis Job 848.3
Source Files on build 848
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #848
  • 4428ed0c on github
  • Prev Build on master (#844)
  • Next Build on master (#849)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc