Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Your site is one of the cleanest and BEST forums that I have seen. I have sent quite a few people your way. Keep up the good work!!!"

Geography

Where in the world do Tek-Tips members come from?
audiopro (Programmer)
21 Mar 09 5:38
With regard to Google Street View, what technology is used to fade between images?
The same question could be asked about Google Earth which is made up of multiple images, how are the images accurately joined together.  

Keith
www.studiosoft.co.uk

feherke (Programmer)
21 Mar 09 8:02
Hi

I do not really understand what would you like to know.

Google Maps itself is JavaScript and the Street View part is Flash.

Feherke.
http://rootshell.be/~feherke/

audiopro (Programmer)
25 Mar 09 11:21
Thanks for that.
I have an application which uses a fairly large image. The total size of it is 15000px. x 15000px. This is too big to manipulate so I have split it into a grid 500px. x 500px. squares. These are created by actions in Photoshop so creating the numerous images is not a problem. The application displays a segment of 700px. x 500px. and can be any section of the main image. The whole thing works OK and is controlled by a mixture of Perl and PHP (GD library for image creation). Clicking a point anywhere on the displayed image makes the point clicked the centre of the newly displayed image after refreshing the screen. It would be nice to be able to drag the screen around in real time but I do not know where to look for info on what is effectively web based drag and drop.

Keith
www.studiosoft.co.uk

MikeLewis (Programmer)
25 Mar 09 11:30
Keith,

I'm definitely not an expert in this area, but I wonder if Adobe Flex might be a good solution for you. From the demos I've seen, it seems to offer exceptionally good drag-and-drop support within the browser.

The disadvantage is that the user needs to have Flash enabled.

Mike

__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro tips, advice, training, consultancy
Custom software for your business
 

feherke (Programmer)
25 Mar 09 11:50
Hi

Not a solution, just an alternative idea.

Quote (audiopro):

This is too big to manipulate
If indeed your only problem is related to manipulation and loading time is not a real issue, maybe reversing the problem will also work. Post a resized version and add TJPZoom to reach the original size image.

Feherke.
http://rootshell.be/~feherke/

feherke (Programmer)
25 Mar 09 12:17
Hi

Have you seen Google maps (Sort of...) ? Their example 7-1 looks quite good, excepting the missing images.

Feherke.
http://rootshell.be/~feherke/

audiopro (Programmer)
25 Mar 09 12:32
That TJPZoom thing is good but not really suitable for my purposes. When an area is displayed the visible area is populated with symbols information contained in a database. I have never really explored the capabilities of Javascript databases, maybe I should. The existing system works fine but lacks the finesse that Google Maps has. I have been looking at some Javascript code which may be adaptable but I am struggling with the concept of how to load the images as required. Google Maps loads square images in this way because you have to wait for the screen to refresh if you move fast and the refreshing images have discernable edges. I suspect that they also use the multi scans of interlaced images to make it look like the image is being focussed.   

Keith
www.studiosoft.co.uk

audiopro (Programmer)
25 Mar 09 16:25
I have only just seen that 'sort of' link you provided. I will have a closer look at the nuts and bolts of that tomorrow. I would need to work out how to nail the other imgaes to the side of the visible one but it may just solve my problem.

Keith
www.studiosoft.co.uk

MikeLewis (Programmer)
26 Mar 09 4:36
Keith,

Did you consider my suggestion re Flex? I'm not insisting it's the right solution, but I was wondering if you had at least thought about it.

Mike

__________________________________
Mike Lewis (Edinburgh, Scotland)

Visual FoxPro tips, advice, training, consultancy
Custom software for your business
 

audiopro (Programmer)
26 Mar 09 4:57
Mike
I had a brief look at Flex but didn't really see how it could help me.

The Google Maps (Sort of) suggested by Feherke is interesting and could be what I need. I need to work out how to load up new images on the fly, and add to the side of the displayed ones.

Keith
www.studiosoft.co.uk

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close