unexpected result of image flattening - doubling the width..
Posted: 2009-05-22T00:37:46-07:00
Hi,
Sorry if it's obvious as I am a newb but why would the following code be outputting an image that is twice the width (x dimension) of the original?
I am expecting, and thought in my previous tests to be getting, a simple overlaying of the 2 overlay images onto the original background image without it changing in x or y dimensions:
Thanks for any help/clues
Sorry if it's obvious as I am a newb but why would the following code be outputting an image that is twice the width (x dimension) of the original?
I am expecting, and thought in my previous tests to be getting, a simple overlaying of the 2 overlay images onto the original background image without it changing in x or y dimensions:
Code: Select all
convert bg_image.png -page +25+25 overlay_1.png -page +25+50 overlay_2.png -background transparent -flatten image_out.png