Skip to content

Instantly share code, notes, and snippets.

@superchell
Last active August 12, 2019 17:25
Show Gist options
  • Save superchell/63bdddb99f6b0a042c21a7614efe13a6 to your computer and use it in GitHub Desktop.
Save superchell/63bdddb99f6b0a042c21a7614efe13a6 to your computer and use it in GitHub Desktop.
find . -iregex '.*.jpg' -exec convert {} -sampling-factor 4:2:2 -strip -quality 75 -interlace plane -colorspace sRGB {} \; - конвертировать все jpeg в progressive
convert in.jpg -interlace plane out.jpg - сконвертировать один файл
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment