Translate + compose two images
Posted: 2019-06-29T23:48:27-07:00
I have 2 images, a small and a big one. I would like to perform an SRT distortion (including translation) on the small image, and then compose it with the big one. The point is, I would like to translate the small one by an amount in the bigger image coordinates, so that the small image is not cut whatsoever.
I can do it with first extending the small one (using -extent) to the bigger image dimensions, but is there a more straightforward way to do it?
I can do it with first extending the small one (using -extent) to the bigger image dimensions, but is there a more straightforward way to do it?