summaryrefslogtreecommitdiff
path: root/main.jl
diff options
context:
space:
mode:
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)))