From d7960898dfa143353aad0071276955e61e61f498 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sat, 15 Nov 2025 03:46:17 +0100 Subject: [PATCH] trying a new noise --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ecb125c..8cd4dd4 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ bubblecut.png: bubblecut.pov Makefile $(POVDEP) essai.png: essai.pov Makefile $(POVDEP) povray $(POVOPT) $(DIMS) -K$(CK) -i$< -o$@ noise.png: essai.png Makefile - convert -verbose -noise 5x15 $< $@ + convert -verbose -noise 45x3 $< $@ hexabenz.png: hexabenz.pov Makefile $(POVDEP) povray $(POVOPT) $(DIMS) +K$(CK) -i$< -o$@