Re: Canvas resize: How to set image margin to canvas in pixel/percent?
Posted: Thu Apr 09, 2020 3:18 pm
Thank you for your last inspiration. Yes it works if I change it a little bit.
I do two canvas resizes:
At the first Canvas resize I do the height smaller then I really want (4400)
as output and set the position to top.
Then I do a second resize and set the height to the height I really want (5400)
and set the position to center. And I set the Alpha to 0.
Now I have the margin to the top that I want:
Thank you for all your tipps!
But I have a last question: Is a color with Alpha=0 the same as a transparent area?
Because it's not possible to set a Background color to "transparent".
In the preview it seems to be so.
If not, I don't know if I would get problems with this solution.
I do two canvas resizes:
At the first Canvas resize I do the height smaller then I really want (4400)
as output and set the position to top.
Then I do a second resize and set the height to the height I really want (5400)
and set the position to center. And I set the Alpha to 0.
Now I have the margin to the top that I want:
Thank you for all your tipps!
But I have a last question: Is a color with Alpha=0 the same as a transparent area?
Because it's not possible to set a Background color to "transparent".
In the preview it seems to be so.
If not, I don't know if I would get problems with this solution.