Hi,
I'm writing in python for s60 (nokia cell.) and working with Canvas and Image,
while i'm moving through the image using:
canvas.blit(image, source=((sourceLocX, self.sourceLocY),
(sourceLocX+ canvas.size[0],
sourceLocY+self.canvas.size[1])))
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