Skip to content

Commit

Permalink
Update writing.md: Add FileIO dependency (#420)
Browse files Browse the repository at this point in the history
Without FileIO the example did not work for me so I'm under the impression that it's mandatory.
  • Loading branch information
Techniktypi authored Mar 21, 2024
1 parent 6f965b6 commit a2bc9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/writing.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end
An example saving a series of png files as a video:

```julia
using VideoIO, ProgressMeter
using VideoIO, ProgressMeter, FileIO

dir = "" #path to directory holding images
imgnames = filter(x->occursin(".png",x), readdir(dir)) # Populate list of all .pngs
Expand Down

0 comments on commit a2bc9a9

Please sign in to comment.