This looks like a nice place would very helpful people figured I will ask something that's been bugging me and could not get it to work.
I hope you fellas can help me out with this one
What I want to achieve is detect which images are in portrait or smaller than the 400x400 and fill them in the 400x400 square.
So basically I want a fit to option to 400x400.
At the moment this what i'm running:
I'm on a Mac with imagemagick installed.
Code: Select all
montage -gravity northwest -geometry 400x400+10+10 *.jpg *.jpeg *.png _moodboard.jpg
I don't know how to make this with the montage but I can make something like this with convert and cropping the image at 400x400.