Do not use on any
shared computer
September 7, 2008 02:42pm pdt
 
[x]
Attachment Details

Zooming into a defined pixel location or tile within image - web based language

Hi,

I am planning to create a photomosaic using uploaded pictures that people submit on a website. Once those images are processed and included in the mosaic I need a way for people to zoom into their picture within the photomosaic. The image needs to be uploaded with some sort of metadata assigned to it - either the uploaders email address or an automatically assigned code....

We then need to get the image metadata to be targeted within the confines of the overall mosaic so that when the uploader enters their email they are shown thumbs of their submitted images and then when they click on teh thumb they are taken directly to their image in the mosaic.

I am basically trying to figure out how to mimic any of these campaigns:
Lexus: http://archive.teamone-usa.com/ismosaic/prelaunch/ (find via email address)
Save the Tiger : http://www.panda.org/how_you_can_help/campaign/endtigertrade/viewer.cfm (find via code)
Pedigree : http://www.milliondogmosaic.com/pedigree/mosaic.php (find via code)

The software that i have purchased and hope to use is called Mazaika http://www.mazaika.com/. I also plan to use zoomify and any other web technology/programming that will enable me to achieve this.

 With the mosaic software you are able to save some information that will be useful (i think) for this task.

----------
1:
----------
Menu File - Save Mosaic - Output setup screen save as "save as *.txt"

*.TXT - Text list of images. Only filenames are saved as a delimited text file to use as an image map.

form of a file:

row , col , filename
001 , 001 , picure1.jpg
001 , 002 , picure2.jpg
001 , 003 , picure3.jpg
002 , 001 , picure4.jpg
----------
2:
----------
Menu File - Save Mosaic - Output setup screen save as "save as HTML Table"

HTML Table - Mosaic saved as simple clickable html table.
Thumbs and large images that was used as a tiles are copied to different subfolders.

you may open HTML file in some text editor to see where different images are

----------
3:
----------
also one option:
Menu File - Save statistic:

This option allows you to save statistic of image usage to the comma delimited file.

Times used File Name Tile positions Col x Row (Flip) 1, C:\Pics\hny0002.jpg , 18x6 1, C:\Pics\hny0003.jpg , 2x16 1, C:\Pics\hny0010.jpg , 15x14 3, C:\Pics\hny0017.jpg , 7x1 16x1 19x9 1, C:\Pics\hny0023.jpg , 17x9

i.e. picture C:\Pics\hny0017.jpg was used in mosaic three times it can be found at cells: 7x1 16x1 19x9

- I am not a programmer by any means but thinking it through I think it should be possible to use the third option - for instance 1. resize all uploaded images to 100*100 pixels - 2. Center pixel of each tile is at 50x50 - 3. User enters their email address and php retreives all of their thumbs from mysql. - 4. User clicks on a thumb and this is associated with metadata and that image is located at 'cell' 16x1 (pulled from csv?) - 5. Calculation 16x100-50 = 1550   1x100-50 = 50 = center pixel that they sumbitted is at 1550*50

So basically i think i need a way to zoom into that pixel on click. Am i over complicating things here?(i guess it kinda works like google maps - enter your search - finds the lat/long of the place - zooms into tile/pixel associated with it?)

Any help is greatly appreciated!
Neil
Start your free trial to view this solution
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

Question Stats
Zone: Software
Question Asked By: nhaydock
Solution Provided By: Ray_Paseur
Participating Experts: 1
Solution Grade: B
Views: 0
Translate:
Loading Advertisement...
 
[+][-]Expert Comment by Ray_Paseur
Expert Comment by Ray_Paseur:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
[+][-]Author Comment by nhaydock
Author Comment by nhaydock:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
[+][-]Accepted Solution by Ray_Paseur
Accepted Solution by Ray_Paseur:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
[+][-]Expert Comment by Ray_Paseur
Expert Comment by Ray_Paseur:

All comments and solutions are available to Premium Service Members only.

Start your 7-day free trial and see for yourself why Experts Exchange is the easiest and most proven technology resource in the world. Get Started

Already a member? Login to view this solution.

 
 
Loading Advertisement...
20080723-EE-VQP-34 / EE_QW_2_20070628