Logo in the background of the render view in Paraview 5.9

Do not use vtk directly.

# a texture
a = CreateTexture('/home/glow/a.png')

# create a new 'Logo'
logo1 = Logo(registrationName='Logo1')
logo1.Texture = a 

# show data from logo1
logo1Display = Show(logo1, renderView1, 'LogoSourceRepresentation')

Render(renderView1)