I can't figure out if it is possible to create a new image with gradient and compose it with an existing image in one command. Please help. Command to generate the gradient: convert -size 1200x747 gradient: gradient.jpg Command to compose the gradient with an existing `input.jpg`: convert input.jpg ...