1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/filtres_images/tests/bonnetaille.html

19 lines
473 B
HTML
Raw Normal View History

2015-04-28 17:10:23 +02:00
[(#REM)
Une image recadree a 50 doit faire 50.
]
[(#CHEMIN{tests/imagetest.jpg}
|image_passe_partout{54,54}
|image_recadre{50,50,center}
|image_aplatir{jpg,6C6C6C}
|extraire_attribut{width}
|=={50}
|?{'',NOK!})]
[(#CHEMIN{tests/imagetest.jpg}
|image_passe_partout{54,54}
|image_recadre{50,50,center}
|image_aplatir{jpg,6C6C6C}
|extraire_attribut{width}
|=={50}
|?{OK,NOK!})]