# samj décembre 2010 www.aljacom.com/~gimp # quelques essais des filtres de gmic # tests sur version 1470 # licence : CC-BY http://creativecommons.org/licenses/by/3.0/deed.fr_CA # cd C:\outils\gmic\gmic_1.4.7.0_win32 # commande gmic -m test_dessin_peinture.txt -test ######################################################## # # # test_dessin_peinture # # # ######################################################## #@gmic test_art : : Tests effets dessin peinture gmic test : # image_a_tester=kodim23.png image_a_tester=Emmanuelle_Beart_.jpg # http://wallpapers-diq.net/fr_78_~_Emmanuelle_Beart_.html (desktop background) temporisation_en_ms=500 #index N° image Y=1 nettete=170 nettete1=0 nettete2=0 nettete3=0 detail=2.15 ## boucle -do ######################################## DÉBUT EFFET -input $image_a_tester nettete={$nettete+10} nettete1={$nettete/1000} nettete1={$nettete1+0.8} nettete2={$nettete/2} nettete3={$nettete/4} nettete3={$nettete3+10} detail={$detail-0.05} -gimp_anisotropic_smoothing 80,$nettete1,0.3,0.6,1.1,0.8,30,2,0,1,5,1,1 -n 127,255 -sharpen $nettete2 -cartoon $detail,$nettete3,30,0.18,0.75,256 -sharpen $nettete # -output dessin_peinture_$Y.png -output dessin_peinture_$Y.jpg -rm[-1] -wait $temporisation_en_ms #index N° image Y={$Y+1} #_______________________________________ FIN EFFET -while {$Y<30.1} ## fin de la boucle