Skip to content

Instantly share code, notes, and snippets.

@reinerBa
Created May 4, 2020 20:12
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 reinerBa/af398b0b29852bf744a893acd120a580 to your computer and use it in GitHub Desktop.
Save reinerBa/af398b0b29852bf744a893acd120a580 to your computer and use it in GitHub Desktop.
#Resizes all jpg files by 40% in current folder and adds a c before the suffix
C:\Tools\ImageMagick-7.0.10-10-portable-Q16-x64\magick '*.jpg[40%]' -set filename: "%t" 'n\%[filename:].c.jpg'
@reinerBa
Copy link
Author

reinerBa commented May 7, 2020

Uses ImageMagic to resize all jpg files by 40% in current folder and adds a c before the suffix -> FILENAME.c.jpg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment