I am running on windows by the way.
All I try to do is to read all pictures in a folder and reduce the file size of them and save them to another folder.
This works (almost).
Code: Select all
mogrify -path C:/Users/MrX/Desktop/Result C:/Users/MrX/Desktop/test/*jpg -quality 50%
Bonus: My initial idea was also to save them with a new file name called reduced_imagename.jpg But that is level 2 after getting this to work
What am I doing wrong?
Please help