Alternatively you can also do this. This puts the origin in top left corner:
self.viewWindow.create_image((0,0),anchor='nw',image=canvas_image)
It really depends on how you want the image to behave.