Skip to content

Instantly share code, notes, and snippets.

@malkab
Created February 6, 2021 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malkab/f476c8cd319cfaeb4ba77928afb04f58 to your computer and use it in GitHub Desktop.
Save malkab/f476c8cd319cfaeb4ba77928afb04f58 to your computer and use it in GitHub Desktop.
ImageMagick Recipes
# -----
#
# Some recipes for ImageMagick
#
# -----
# Cropping one pixel from the border, in place, batch version
mogrify -crop +1+1 -crop -1-1 ../src/images/*.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment