Welcome to Etherpad!
This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
Get involved with Etherpad at
http://etherpad.org
convert image.jpg -resize 50% converted_01.png
convert converted_01.png -resize 200% image_01.jpg
etc. tester autres conversions:
http://www.imagemagick.org/script/convert.php
En faire une script bash
#!/bin/bash
do
convert originaux/*.jpg -resize 50% converted/*.png
convert converted/*png
Animer le resultat