Add one more photo from my phone, so you can see the stop motion setup
authorNick Downing <nick@ndcode.org>
Fri, 11 Feb 2022 02:29:20 +0000 (13:29 +1100)
committerNick Downing <nick@ndcode.org>
Sat, 12 Feb 2022 01:56:15 +0000 (12:56 +1100)
blog/20220210/IMG_20220203_111829_1408x1056.jpg [new file with mode: 0644]
blog/20220210/IMG_20220203_111829_256x192.jpg [new file with mode: 0644]
blog/20220210/IMG_20220203_111829_768x576.jpg [new file with mode: 0644]
blog/20220210/IMG_2252_2145x1428.jpg
blog/20220210/IMG_2252_256x171.jpg
blog/20220210/IMG_2252_768x512.jpg
blog/20220210/down.sh
blog/20220210/index.html.jst

diff --git a/blog/20220210/IMG_20220203_111829_1408x1056.jpg b/blog/20220210/IMG_20220203_111829_1408x1056.jpg
new file mode 100644 (file)
index 0000000..cdbd52f
Binary files /dev/null and b/blog/20220210/IMG_20220203_111829_1408x1056.jpg differ
diff --git a/blog/20220210/IMG_20220203_111829_256x192.jpg b/blog/20220210/IMG_20220203_111829_256x192.jpg
new file mode 100644 (file)
index 0000000..2013ba7
Binary files /dev/null and b/blog/20220210/IMG_20220203_111829_256x192.jpg differ
diff --git a/blog/20220210/IMG_20220203_111829_768x576.jpg b/blog/20220210/IMG_20220203_111829_768x576.jpg
new file mode 100644 (file)
index 0000000..5589724
Binary files /dev/null and b/blog/20220210/IMG_20220203_111829_768x576.jpg differ
index 45653e2..f4d7615 100644 (file)
Binary files a/blog/20220210/IMG_2252_2145x1428.jpg and b/blog/20220210/IMG_2252_2145x1428.jpg differ
index cd038c4..400599c 100644 (file)
Binary files a/blog/20220210/IMG_2252_256x171.jpg and b/blog/20220210/IMG_2252_256x171.jpg differ
index a4a3429..d7449cf 100644 (file)
Binary files a/blog/20220210/IMG_2252_768x512.jpg and b/blog/20220210/IMG_2252_768x512.jpg differ
index 08e5910..2d4483f 100755 (executable)
@@ -4,9 +4,8 @@
 # "IMG_2274.jpg -modulate brightness[,saturation[,hue]] +contrast +contrast"
 
 for i in \
-"IMG_2252.jpg -modulate 200 +contrast +contrast" \
+"IMG_2252.jpg -modulate 250 +contrast" \
 IMG_2257.jpg \
-IMG_2263.jpg \
 IMG_2267.jpg \
 IMG_2275.jpg \
 IMG_2288.jpg \
@@ -44,3 +43,20 @@ do
 ${j}_$k.jpg
   done
 done
+
+for i in \
+IMG_20220203_111829.jpg
+do
+  set $i
+  j=`basename $1 .jpg`
+  shift
+  for k in 1408x1056 768x576 256x192
+  do
+    convert \
+~/Pictures/Camera/$j.jpg \
+-strip \
+"$@" \
+-resize $k \
+${j}_$k.jpg
+  done
+done
index 908dba5..17a4e11 100644 (file)
@@ -652,6 +652,12 @@ return async env => {
         }
       }
 
+      p {
+        a(href="IMG_20220203_111829_1408x1056.jpg") {
+          img.img-fluid(src="IMG_20220203_111829_768x576.jpg") {}
+        }
+      }
+
       h4 {'Saving the best for last'}
 
       p {