Answer the question
In order to leave comments, you need to log in
Problem with mogrify options of imagemagick package?
Task:
Recursively catch all pictures and for those whose resolution is more than 1280 pixels on the larger side (72dpi), respectively reduce to these same 1280 pixels on the larger side / 72dpi and set the quality to 70%
Solution:
find /input/ -iname "*.*" -print0 | xargs -0 mogrify -resize 1280x1280> -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