Change the pixel density for all images in a directory
Spot of zsh looping and imagemagick:
for i in *.png; convert -units PixelsPerInch $i -density 300 $i
Written by Sam Davies
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#