diff options
author | Anthony Wang | 2022-11-22 18:11:59 -0500 |
---|---|---|
committer | Anthony Wang | 2022-11-22 18:11:59 -0500 |
commit | 6702d331f103f3c677cf6e474857b4d3922a434c (patch) | |
tree | bca7a95fd57f46ccfbd1855f58c9afdf0c534e4e /main.jl |
Diffstat (limited to 'main.jl')
-rw-r--r-- | main.jl | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +using Images + +img = load("Pictures/Webcam/cropped.jpg") +println(collect(Iterators.flatten(img))) |