mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
19 lines
473 B
HTML
19 lines
473 B
HTML
|
[(#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!})]
|