Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arunponnusamy authored Jul 9, 2019
1 parent 93d424f commit df9c5f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ Optionally you can pass in a directory path to save all the frames to disk.
frames = cv.get_frames('~/Downloads/demo.mp4', '~/Downloads/demo_frames/')
```

### Creating gif
`animate( )` method lets you create gif from a list of images. Just pass a list of images or path to a directory containing images and output gif name as arguments to the method, it will create a gif out of the images and save it to disk for you.

```
cv.animate(frames, '~/Documents/frames.gif')
```

## License
cvlib is released under MIT license.

Expand Down

0 comments on commit df9c5f2

Please sign in to comment.