diff options
author | Andreas Müller <andreas.mueller@othello.ch> | 2022-05-21 20:36:01 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@othello.ch> | 2022-05-21 20:36:01 +0200 |
commit | ab62c3937cc111ce1d61d76f0bdf396a4a5a9297 (patch) | |
tree | d4e0b0458b1aa818bcf0235cb1a4ef3c93520322 /buch/papers/kugel/images/Makefile | |
parent | Merge branch 'master' of github.com:AndreasFMueller/SeminarSpezielleFunktionen (diff) | |
download | SeminarSpezielleFunktionen-ab62c3937cc111ce1d61d76f0bdf396a4a5a9297.tar.gz SeminarSpezielleFunktionen-ab62c3937cc111ce1d61d76f0bdf396a4a5a9297.zip |
add image code
Diffstat (limited to '')
-rw-r--r-- | buch/papers/kugel/images/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |