summaryrefslogtreecommitdiff
path: root/main.jl
diff options
context:
space:
mode:
authorAnthony Wang2022-11-22 18:11:59 -0500
committerAnthony Wang2022-11-22 18:11:59 -0500
commit6702d331f103f3c677cf6e474857b4d3922a434c (patch)
treebca7a95fd57f46ccfbd1855f58c9afdf0c534e4e /main.jl
Initial commitHEADmaster
Diffstat (limited to 'main.jl')
-rw-r--r--main.jl4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.jl b/main.jl
new file mode 100644
index 0000000..2089193
--- /dev/null
+++ b/main.jl
@@ -0,0 +1,4 @@
+using Images
+
+img = load("Pictures/Webcam/cropped.jpg")
+println(collect(Iterators.flatten(img)))