Hi,
I'm writing in python for s60 (nokia cell.) and working with Canvas and Image,
while i'm moving through the image using:
i can't seems to zoom in/out, I looked into Image and Canvas documentation and still don't
understand how to do that...
anyone knows ?
Best,
PapaJ
Python Fan
I'm writing in python for s60 (nokia cell.) and working with Canvas and Image,
while i'm moving through the image using:
Code:
canvas.blit(image, source=((sourceLocX, self.sourceLocY), (sourceLocX+ canvas.size[0], sourceLocY+self.canvas.size[1])))
understand how to do that...
anyone knows ?
Best,
PapaJ
Python Fan
Comment