Code: Select all
magick original/20190604_153319_0001.TIF corrected/temp/streaks/20190604_153319_0001.png -compose plus -composite x.pngCode: Select all
magick original/20190604_153319_0001.TIF corrected/temp/streaks/20190604_153319_0001.png -compose plus -composite -extent 2550x3300 x.pngWhy does this happen? Is there a way to compose and set the extent in one command?