Hi.
I have some constant tops. Lets say 25x10 and 10x10 pixel.
I want to join them in a layout top.
As output I would like to have an top with the combined size of 35x10 pixel.
And I want both input tops side by side.
I want to get a top with 25x10 pixel containing from left to right 25x10 pixel (= the first top) and the second top (10x10 pixel)
I have tried numerous versions, but i cannot get this basic thing.
It is always distorted. Or not filling the whole layout top.
Can anyone help me please?
Markus- knoedel
As the docs for Layout TOP note:
Each input image gets equal area of the output, and the Fit menu determines how each image fits into its designated area.
So what you want (i.e. where inputs take up non-equal portion of the output) isn’t possible.
1 Like
Thank you.
So I did not read everything after all.
Markus