Cannot compose and set extent
Posted: 2019-06-07T08:07:55-07:00
I am able to compose two images with this command
but when I try to set the extent, the output image is completely white
In this example 2550x3300 are the original dimensions of both images being composited.
Why does this happen? Is there a way to compose and set the extent in one command?
Code: Select all
magick original/20190604_153319_0001.TIF corrected/temp/streaks/20190604_153319_0001.png -compose plus -composite x.png
Code: Select all
magick original/20190604_153319_0001.TIF corrected/temp/streaks/20190604_153319_0001.png -compose plus -composite -extent 2550x3300 x.png
Why does this happen? Is there a way to compose and set the extent in one command?