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)