Updated README

This commit is contained in:
Alex Eidt 2022-04-22 16:04:07 -07:00
parent 84476c3206
commit 536e5a7d54

View file

@ -142,7 +142,6 @@ Vidio provides some convenience functions for reading and writing to images usin
Read(filename string, buffer ...[]byte) (int, int, []byte, error)
Write(filename string, width, height int, buffer []byte) error
```
```
```go
w, h, img, err := vidio.Read("input.png")