From ab62c3937cc111ce1d61d76f0bdf396a4a5a9297 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <andreas.mueller@othello.ch>
Date: Sat, 21 May 2022 20:36:01 +0200
Subject: add image code

---
 buch/papers/kugel/images/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'buch/papers/kugel/images/Makefile')

diff --git a/buch/papers/kugel/images/Makefile b/buch/papers/kugel/images/Makefile
index 8efa228..e8bf919 100644
--- a/buch/papers/kugel/images/Makefile
+++ b/buch/papers/kugel/images/Makefile
@@ -3,7 +3,7 @@
 #
 # (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
 #
-all: curvature.png
+all: curvature.jpg
 
 curvature.inc:	curvgraph.m
 	octave curvgraph.m
@@ -11,3 +11,5 @@ curvature.inc:	curvgraph.m
 curvature.png:	curvature.pov curvature.inc
 	povray +A0.1 +W1920 +H1080 +Ocurvature.png curvature.pov
 
+curvature.jpg:	curvature.png
+	convert curvature.png -density 300 -units PixelsPerInch curvature.jpg
-- 
cgit v1.2.1