Created
December 2, 2021 21:10
-
-
Save interactiveRob/be37d20fec3d6d87c94a86649e880921 to your computer and use it in GitHub Desktop.
Command line terminal shave blank pixels off the edge of all images in directory
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
| #requires imagemagick - https://imagemagick.org/script/command-line-processing.php | |
| find *.jpg -exec convert {} -shave 1x1 {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment