X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fextensions%2Ffiltres_images%2Ftests%2Fcouleur_extraire.php;fp=www%2Fextensions%2Ffiltres_images%2Ftests%2Fcouleur_extraire.php;h=a52a4763c13b21193b54aa679a4fcf4309090135;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/extensions/filtres_images/tests/couleur_extraire.php b/www/extensions/filtres_images/tests/couleur_extraire.php new file mode 100644 index 0000000..a52a476 --- /dev/null +++ b/www/extensions/filtres_images/tests/couleur_extraire.php @@ -0,0 +1,53 @@ +' . join('', $err) . ''); + } + + echo "OK"; + + + function essais_couleur_extraire(){ + $essais = array ( + 0 => + array ( + 0 => '759bc8', + 1 => url_absolue(find_in_path('tests/degrade-bleu.jpg')), + ), + 1 => + array ( + 0 => '759bc8', + 1 => find_in_path('tests/degrade-bleu.jpg'), + ), +); + return $essais; + } + + + + + +?> \ No newline at end of file