Skip to content

Instantly share code, notes, and snippets.

@KWaldt
Created April 22, 2022 12:58
Show Gist options
  • Save KWaldt/36b3321f0ac86cb14b79bface441c2c5 to your computer and use it in GitHub Desktop.
Save KWaldt/36b3321f0ac86cb14b79bface441c2c5 to your computer and use it in GitHub Desktop.
Send To: Trim images using ImageMagick
FOR %%a IN (%*) DO (
magick convert "%%~dpnxa" -trim +repage "%%~dpnxa"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment