Skip to content

Commit a2bc9a9

Browse files
authored
Update writing.md: Add FileIO dependency (#420)
Without FileIO the example did not work for me so I'm under the impression that it's mandatory.
1 parent 6f965b6 commit a2bc9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/writing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ end
3737
An example saving a series of png files as a video:
3838

3939
```julia
40-
using VideoIO, ProgressMeter
40+
using VideoIO, ProgressMeter, FileIO
4141

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

0 commit comments

Comments
 (0)