2

I am working on project which loads large images on WP7, divides them on smaller pieces(size about 480x680) and pictures them piece by piece. I need to create smooth move between these parts of images and I don´t know how. I have one Image element which has size same as a display of WP7 emulator - I am loading single image piece into this element and don´t know how to solve the possibility of the smooth move onto the neighbouring image.

Any ideas?

Samic
  • 51
  • 3

1 Answers1

0

I'm not entirely sure what you're looking for

Community
  • 1
  • 1
Stuart
  • 66,722
  • 7
  • 114
  • 165
  • Pivot would be fine, but I need to allow users to move in all direction between pieces of image (not even left and right) You can imagine that I have large image divided into 9 pieces. Piece in the center is pictured on display and I need to allow users to move onto piece in top left corner of that large image – Samic Mar 26 '11 at 14:21
  • sounds like deepzoom is what you want – Stuart Mar 26 '11 at 14:29
  • It´s a project to school and I think that I can´t use something like that, besides I had implemented the picture separation (I am dividing large image and then I am saving them as separate JPG images). Only 1 thing I need is something like Pivot but with possibility to move up and down - is there something like that? – Samic Mar 26 '11 at 15:57