Just leaving this here.
C:\Windows\System32>gmic e {vector(#4,[0,0,1,1,1,0,0,1])}
[gmic]./ Start G'MIC interpreter (v.3.7.4).
9,10,-1,-2
[gmic]./ End G'MIC interpreter.
That looks really, really, strange.
Had to address that in rep_nearest_ratio in the morning too.
- vector(#final_vector_size,ratio,is_true_ratio);
+ [ratio,is_true_ratio][0,(2+($#>3?bool($-1)))];
The reason I used is like this is wrap around values.
Just leaving this here.
That looks really, really, strange.
Had to address that in rep_nearest_ratio in the morning too.
The reason I used is like this is wrap around values.