@grosgood
Merci :o)
For information the result of some tests on documentation
from
to
https://gmic.eu/reference/display_parametric.html#top
replace
gmic 1024,1,1,2,'t=x/40;if(c==0,sin(t),cos(t))*(exp(cos(t))-2*cos(4*t)-sin(t/12)^5)' display_parametric 512,512
by
gmic 1024,1,1,2,"t=x/40;if(c==0,sin(t),cos(t))*(exp(cos(t))-2*cos(4*t)-sin(t/12)^5)" display_parametric 512,512
https://gmic.eu/reference/display_quiver.html#top
replace
gmic image.jpg +luminance gradient[-1] xy rv[-2,-1] *[-2] -1 a[-2,-1] c crop 60,10,90,30 +display_quiver[1] ,
by
gmic image.jpg +luminance gradient[-1] xy rv[-2,-1] *[-2] -1 a[-2,-1] c crop 60,10,90,30 +display_quiver[1]
https://gmic.eu/reference/input.html#top
do not work under Linux
gmic input test 5*5(1,2,3;4,5,6;7,8,9^9,8,7;6,5,4;3,2,1)
gmic image.jpg (1,2,3;4,5,6;7,8,9) (255^128^64) 400,400,1,3,'(x>w/2?x:y)*c'
The renderings are bad under windows
replace
gmic image.jpg (1,2,3;4,5,6;7,8,9) (255^128^64) 400,400,1,3,'(x>w/2?x:y)*c'
by
gmic image.jpg (1,2,3;4,5,6;7,8,9) (255^128^64) 400,400,1,3,"(x>w/2?x:y)*c"
https://gmic.eu/reference/pass.html#top
replace
gmic command "average : pass$""1 add[^-1] [-1] remove[-1] div 2" sample ? +mirror y +average[0] [1]
by
gmic command "average : pass$\"\"1 add[^-1] [-1] remove[-1] div 2" sample ? +mirror y +average[0] [1]
https://gmic.eu/reference/shape_circle.html#top
replace
gmic shape_circle ,
by
gmic shape_circle
https://gmic.eu/reference/shape_cupid.html#top
replace
gmic shape_cupid ,
by
gmic shape_cupid
https://gmic.eu/reference/shape_diamond.html#top
replace
gmic shape_diamond ,
by
gmic shape_diamond
https://gmic.eu/reference/shape_dragon.html#top
replace
gmic shape_dragon ,
by
gmic shape_dragon
https://gmic.eu/reference/shape_fern.html#top
replace
gmic shape_fern ,
by
gmic shape_fern
https://gmic.eu/reference/shape_gear.html#top
replace
gmic shape_gear ,
by
gmic shape_gear
https://gmic.eu/reference/shape_heart.html#top
replace
gmic shape_heart ,
by
gmic shape_heart
https://gmic.eu/reference/shape_polygon.html#top
Linux
???
Windows
gmic side=3 repeat 6 shape_polygon 256,$side side+=1 done
https://gmic.eu/reference/shape_snowflake.html#top
Linux
???
Windows
gmic recursion=1 repeat 5 shape_snowflake 256,$recursion recursion+=1 done
Edit rendering
https://gmic.eu/reference/shape_star.html#top
Linux
???
Windows
gmic branches=3 repeat 9 shape_star 256,$branches branches+=1 done
Edit rendering
https://gmic.eu/reference/shared.html#top
Linux
???
Windows
gmic image.jpg ind=1 repeat 2 shared 25%,75%,0,$ind mirror[-1] x remove[-1] ind+=1 done
Edit rendering