use the render procedure

This commit is contained in:
Tonton Th
2026-05-15 11:30:09 +02:00
parent 086c2af118
commit 52e5e99b07
3 changed files with 14 additions and 8 deletions

View File

@@ -35,8 +35,7 @@ starfield: starfield.f90 Makefile genplotting.o
starfield.png: starfield Makefile
./starfield
genplot2 -s 512x512 WS/starfield.scratch WS/a.tga
convert WS/a.tga $@
convert -verbose WS/a.tga $@
# -----------------------------------------------
@@ -65,7 +64,6 @@ spirale: spirale.f90 Makefile genplotting.o
spirale.png: spirale Makefile
./spirale
genplot2 -s 512x512 WS/spirale.scratch WS/a.tga
convert WS/a.tga $@
# -----------------------------------------------