By editor, 16 November, 2015 Question How to process several images with linux shell. Inlinux debian / ubuntu / mint ... 1. Install imagemagick tools (if not installed) # sudo apt-get install imagemagick 2. Process images like : (here resize images to 50%) $ for i in $( ls *.jpg); do convert -resize 50% $i re_$i; done Tags Linux Shell Images Comments You must have JavaScript enabled to use this form. Your name Subject Comment About text formats Plain text No HTML tags allowed. Lines and paragraphs break automatically. Web page addresses and email addresses turn into links automatically.
Comments