ImageMagick make web jpegs


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. mogrify -filter Lanczos -geometry 800x800 -sharpen 0.4x0.4 -quality 90 -format jpeg *.tif

Report this snippet


Comments


You need to login to view comments.