8
Jan
Jan
your friend, imagemagick
Posted in qwerty | No Comments »i usually forget this, so now i will share this little imagemagick “trick” with you
if you need to downscale a directory full of images to a specific size you do it like this:
mogrify -size 120x120 -resize 120x120 +profile "*" *.jpg
the +profile “*” part removes any exif, iptc and and/or other proile data from the image
more on imagemagick/mogify