Skip to content

Commit

Permalink
fix logo link for pypi readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamswarnkar authored Jun 11, 2021
1 parent 7464a1e commit e7fa3f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# <img src="https://github.com/BlueMirrors/vidsz/blob/master/static/logo.png" width="30">Vidsz: Video's Wizard
# <img src="https://raw.githubusercontent.com/BlueMirrors/vidsz/master/static/logo.png" width="30">Vidsz: Video's Wizard

![CI-Test-Status](https://github.com/BlueMirrors/vidsz/actions/workflows/ci_tests.yml/badge.svg) [![CodeFactor](https://www.codefactor.io/repository/github/bluemirrors/vidsz/badge?s=8752aa2850f09145fc469fd9a07eafb5144d56fc)](https://www.codefactor.io/repository/github/bluemirrors/vidsz) ![status](https://img.shields.io/pypi/status/ansicolortags.svg) [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![Documentation Status](https://readthedocs.org/projects/vidsz/badge/?version=latest)](https://vidsz.readthedocs.io/en/latest/?badge=latest)

Common Wrapper/Interface around various video reading/writing tools to make video reading stable, consistent and super easy around different systems and OS.
Expand Down Expand Up @@ -75,7 +76,7 @@ print(writer)
frame = reader.read()
writer.write(frame)

# write list of frames
# write list of frames
# or directly write everything from reader object
writer.write_all(reader)

Expand Down

0 comments on commit e7fa3f3

Please # to comment.