summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 74435b6..0a3af0b 100644
--- a/makefile
+++ b/makefile
@@ -28,12 +28,12 @@ img: $(JPG_OUT) $(PNG_OUT)
html/%.jpg: md/%.jpg
@echo "img: $< -> $@"
@mkdir -p "$(@D)"
- @cp "$<" "$@"
+ @convert "$<" -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG -colorspace RGB -resize 1000x1000\> "$@"
html/%.png: md/%.png
@echo "img: $< -> $@"
@mkdir -p "$(@D)"
- @cp "$<" "$@"
+ @convert "$<" -strip -quality 90 -resize 1000x1000\> "$@"
.PHONY: 53hor.net
53hor.net: $(53HORNET_OUT)