Change image dpi to save disk space

Various Linux Stuff
Post Reply
thockman
Site Admin
Posts: 104
Joined: Thu Dec 15, 2005 5:51 pm
Location: Kansas City
Contact:

Change image dpi to save disk space

Post by thockman » Tue Feb 21, 2012 11:34 am

Using imagemagick cli tool mogrify you can reduce the size of your image to save space.

Code: Select all

find -type f -iname "*.jpg" -exec mogrify -resize '1280x1024>' {} \;

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest