User Tools

Site Tools


astuces:imagesweb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

astuces:imagesweb [2020/06/24 11:10] (current)
supergnu created
Line 1: Line 1:
 +====== Lower quality of a folder of pictures for the Web ======
 +
 +To convert a batch of images for the Web :
 +for X in *.JPG; do convert "$X" -scale 20% -size 24% -strip -quality 86 "$X"; done
 +<WRAP center round important 60%>
 +will replace the pictures and delete the originals
 +</WRAP>
  
astuces/imagesweb.txt ยท Last modified: 2020/06/24 11:10 by supergnu