From a23c1faa90fca481bd90a89f16f01ee740e0a024 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Fri, 19 Jan 2024 15:13:15 -0500 Subject: update --- README.md | 3 +++ index.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f1aac58 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +convert static/data/6021.jpg -colorspace HSL -channel H -separate -unique-colors -format %w info: + +ls -1 | xargs -t -i -I % -P 24 mogrify -define jpeg:extent=512kb % diff --git a/index.html b/index.html index 35f113a..04c2355 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@


- + -- cgit v1.2.3