Sorry, I didn't get the question right. I don't know many tools to automate the splitting, but the "convert" tool from imagemagick.org seems to do fairly fine:
wget http://jamiethompson.co.uk/wp-content/uploads/2010/05/zoom2.png convert zoom2.png -crop 130x130+132+132 out.png That would download one of the images from Jamie's post and extract the tile at the 2nd row, 2nd column. Hope this helps! On Thu, Aug 12, 2010 at 12:28, StilgarBF <[email protected]> wrote: > creating the panoramas is not the problem. Splitting them up to tiles > is! (maybe I wasn't clear enough about that) > > see: http://blog.mridey.com/2010/05/how-to-create-and-display-custom.html > or: > http://jamiethompson.co.uk/web/2010/05/15/google-streetview-static-api/ > > hugin is great. there are many other free or paid tools out there to > stitch panoramas. - but as far as i know there is none to split them > again. > > T > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
