Is anyone familar with a way to present images in a layer type format where each individual layer (image) can be checked on/off.
I am looking to present photos each on top of the other sorted by the actual photo date (their dates would be at the side where the user can click on/off). I want to take the GPS ie Long and Lat from the photos and group them based on closeness. However
I also want to be able to enable 2 or more photos and maybe have the opacity reduced so they merge visually.
Has anyone come across something like this for asp.net.
Ireland
Member
668 Points
272 Posts
photos on separate layers visually
May 25, 2012 11:21 AM|LINK
Hi,
Is anyone familar with a way to present images in a layer type format where each individual layer (image) can be checked on/off.
I am looking to present photos each on top of the other sorted by the actual photo date (their dates would be at the side where the user can click on/off). I want to take the GPS ie Long and Lat from the photos and group them based on closeness. However I also want to be able to enable 2 or more photos and maybe have the opacity reduced so they merge visually.
Has anyone come across something like this for asp.net.
roopeshreddy
All-Star
20155 Points
3328 Posts
Re: photos on separate layers visually
May 25, 2012 11:57 AM|LINK
Hi,
You can easily achieve your requirement using HTML5 + CSS3 and jQuery plugins!
If you google you will find plenty of examples!
Regarding retrieving of Long and Lat from images may not be possible! You have may have to try it on server side and pass the values!
http://stackoverflow.com/questions/1825958/online-photoshop-via-html-5s-canvas
http://visualidiot.com/articles/photoshop
Hope it helps u...
Roopesh Reddy C
Roopesh's Space
ramiramilu
All-Star
95503 Points
14106 Posts
Re: photos on separate layers visually
May 26, 2012 07:31 AM|LINK
Think of silvelright...Flash...
Thanks,
JumpStart
Sage Gu - MS...
Contributor
6693 Points
578 Posts
Microsoft
Re: photos on separate layers visually
Jun 01, 2012 07:14 AM|LINK
Hi Ireland,
According to your description, you could use asp.net with javascript to achieve the goal.
1.Show dates which was read from the database and can be chosen via CheckBoxList or DropDownList on your photo page.
2. Get ulrs of photos whose date was chosen.
3. Assign these urls to javascript.
4. Javascript controls the behavior of photos rendering.
Regards,
Sage Gu - MSFT
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework