Created
April 22, 2022 12:58
-
-
Save KWaldt/36b3321f0ac86cb14b79bface441c2c5 to your computer and use it in GitHub Desktop.
Send To: Trim images using ImageMagick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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