Search found 3 matches

by whatshisname
2016-06-01T15:40:21-07:00
Forum: Users
Topic: How to eliminate whitespace in a montage, then adjoin?
Replies: 5
Views: 5768

Re: How to eliminate whitespace in a montage, then adjoin?

Not quite one command.

First, I'm testing each image to see if I have a jpg or not. If not, I'm converting the image to a jpeg, resizing to maximum height along the way.

Then appending the 2 images together.

For security, reasons, I'm doing each of these operations outside of the document root ...
by whatshisname
2016-06-01T14:20:32-07:00
Forum: Users
Topic: How to eliminate whitespace in a montage, then adjoin?
Replies: 5
Views: 5768

Re: How to eliminate whitespace in a montage, then adjoin?

Thanks, @fmw42. Your "-geometry +0+0" option did indeed get rid of the white space, but at the expense of the common height I wanted for the photos.

But your pointing out of the "append" parameter started me re-thinking my approach completely.

I now have what I was looking for by first converting ...
by whatshisname
2016-06-01T08:08:11-07:00
Forum: Users
Topic: How to eliminate whitespace in a montage, then adjoin?
Replies: 5
Views: 5768

How to eliminate whitespace in a montage, then adjoin?

Greetings,

Running ImageMagick 6.9.4-3 Q16 armv7l 2016-05-21

Calling imagemagick using system call in PHP 7.0.7

Running Arch Linux armv7 version on Odroid C-1

On my website, I'm creating montages from user-submitted images of various aspect ratios. I'm only accepting 2 images at this point ...