Answer the question
In order to leave comments, you need to log in
How to select images for batch processing in the Mac OS console?
Challenge: Compress a ton of directory-structured images
Solution for Linux:
find /input/ -iname '*.*' -print0 | xargs -0 mogrify -resize '1024x1024>' -quality 70 -density 72
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question