#######################################################################################################################################
# #
# Z O O M S U R L A C O U R B E D E V O N K O C H : #
# #
# #
# Author of '$xiirc/.VONK.63.2.$U' : #
# #
# Jean-Francois Colonna (LACTAMME, 20180208091849). #
# #
#######################################################################################################################################
$Z set NPremiere=`$xci/nombres$X p=$Premiere d=$Premiere`
$Z execRVB "$xci/scale$X \
$Z A=$_____images.$NPremiere%s \
$Z a=0.7 \
$Z R=$xTV/FOND%s \
$Z $formatI"
$Z $xci/init$X \
$Z niveau=$NOIR \
$Z R=$xTV/FOND$VERTE \
$Z $formatI
$Z $xci/init$X \
$Z niveau=$NOIR \
$Z R=$xTV/FOND$BLEUE \
$Z $formatI
$c #define N0 Premiere
$c #define N Derniere
$c int main()
$c {
$c int n;
$c for (n=N0 ; n<=N ; n++)
$c {
$c printf("execRVB $xci/cache$X
$c M=$_____images.%04d%%s
$c A=$xTV/FOND%%s
$c R=$_____images.%04d%%s
$c $formatI\n"
$c ,n,n
$c );
$c }
$c }