Skip to content

Instantly share code, notes, and snippets.

@linuxkathirvel
Created December 16, 2020 17:05
Show Gist options
  • Save linuxkathirvel/6d0615649d72acad46c3174ca200d723 to your computer and use it in GitHub Desktop.
Save linuxkathirvel/6d0615649d72acad46c3174ca200d723 to your computer and use it in GitHub Desktop.
Reduce image size in linux

Reduce image size in linux

convert source-image.jpg -quality 70% converted-image.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment