Search found 3 matches

by FastBill
2019-03-25T11:32:12-07:00
Forum: Users
Topic: Composite portrait image over blur version of same image
Replies: 1
Views: 2423

Composite portrait image over blur version of same image

Using ImageMagick 6.9.6-6 Q16 x86_64 2016-12-24, I'm trying to make photos shot with portrait orientation appropriate for TV by superimposing each image over wider, blurred copies of the same image. I'm running on macOS 10.12.6 (Sierra) on a 2012 iMac. I've written a shell script to perform this ...
by FastBill
2015-02-01T12:44:20-07:00
Forum: Users
Topic: How to center pictures on colored background?
Replies: 3
Views: 3168

Re: How to center pictures on colored background?

Thanks...For testing, I have 4 JPG photos. Each photo is larger than 576 x 432. I tried this command: convert 0*.jpg -background #2f3699 -gravity center -extent 720x540 Slide%d.png The result was that each photo was resized to 720 x 540, completely filling that space with no blue background. Not ...
by FastBill
2015-02-01T10:04:34-07:00
Forum: Users
Topic: How to center pictures on colored background?
Replies: 3
Views: 3168

How to center pictures on colored background?

I have some photos of different sizes which I need to resize to fit within a rectangle of 576px X 432px while preserving their aspect ratios. I then need to center each photo on a blue background of exactly 720px X 540px. Most original photos are larger than 720x540, a few are smaller. I've used ...