tin3tin
15th July 2007, 12:29
Apparently borders are not added to the alpha layer automatically. Is there a way I can do this?
colorbars()
img=ImageSource("OverlayTemplate.png", pixel_type="RGB32", fps=25).AddBorders(10,10,10,10,$ffffff)
Overlay(last, loop(img, last.framecount()), mask=ShowAlpha(img),mode="blend")
colorbars()
img=ImageSource("OverlayTemplate.png", pixel_type="RGB32", fps=25).AddBorders(10,10,10,10,$ffffff)
Overlay(last, loop(img, last.framecount()), mask=ShowAlpha(img),mode="blend")