I want to show an image in the center of the monitor, what is the simplest way to to that with the OSD Object ?
Thanks any help.
I want to show an image in the center of the monitor, what is the simplest way to to that with the OSD Object ?
Thanks any help.
Have a look at the osd.lua file. There is a class there that does everything.Code:imageosd = osd.Classes.Image:New ({KeepOnDesktop = true,AllowAnimation = true,BorderSize = 3,Position = "CENTERHCENTERW"})