Skip to content

Instantly share code, notes, and snippets.

@pranjalpokharel7
Created January 9, 2022 15:05
Show Gist options
  • Save pranjalpokharel7/6efedcb812c044a19d2fc2d3d3be3503 to your computer and use it in GitHub Desktop.
Save pranjalpokharel7/6efedcb812c044a19d2fc2d3d3be3503 to your computer and use it in GitHub Desktop.
A Collection of Snippets

A Collection of Snippets

Probably useful, or not. But I keep forgetting them so I'm storing them all in a gist for now.

Resize all images in a folder using imagemagick

Very useful for uploading assignment photos online.

$ magick mogrify -resize 70% *.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment