From: Michael Tremer Date: Wed, 26 Nov 2025 17:52:35 +0000 (+0000) Subject: Makefile: Compress downsized JPEG images less hard X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d89559bd0c297acbf72eab53ea6ed8b47e3ef8d;p=ipfire.org.git Makefile: Compress downsized JPEG images less hard Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 7272a6b8..9d74b670 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1301,7 +1301,7 @@ src/static/img/apple-touch-icon-%-precomposed.png: src/static/img/ipfire-tux.png # Resizes images for being used in messages which are 600px wide %@600.jpg: %.jpg $(AM_V_GEN)$(MKDIR_P) $(dir $@) && \ - $(CONVERT) -units PixelsPerInch $< -resize 600x -strip -quality 85 $@ + $(CONVERT) -units PixelsPerInch $< -resize 600x -strip -quality 90 $@ # Fonts