La conversion d'image sur raspberry avec image magick... c'est bien mais c'est LENT !
Heureusement il y a EPEG (dérivé d'enlightment) malheureusement sans binaire pour Debian alors on compile :
- installer libjpeg : sudo apt-get install libjpeg-dev
- git clone
https://github.com/mattes/epeg
- ./configure (ou autogen.sh) puis make et sudo make install (cf INSTALL)
- si erreur : sudo ldconfig
- that's it ;-)
Usage: epeg [options] input.jpg thumb.jpg
-v, --verbose
-w, --width=<width>[%] set thumbnail width [% of input]
-h, --height=<heigth>[%] set thumbnail heigth [% of input]
-m, --max=<maximum> reduce max(w,h) to maximum, with aspect preserved
-c, --comment=<comment> put a comment in thumbnail
-q, --quality=<quality> set thumbnail quality (1-100)