GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 

GenoPro Support Forum




Selecting an individual from a photo group

Click to view RSS...
Author Option to select an individual when several individuals are shown on the photo
Posted Thursday, June 15, 2006 - Post #11544
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Important Contributors
FamilyTrees.GenoPro.com
Customers
Translator
GenoPro version: 2.0.1.6

Last Login: Tuesday, December 16, 2008
Posts: 390, Visits: 1,271
This topic is not specifically associated with Genopro but I would like to know for my information if the following can be achieved:

Say, I have a family photo (jpg for example) and several individuals shown on the photo are present in my tree. Is it possible, nowadays, through programming or through other mean, to click on an individual on the said photo (one who is within the tree) and have his/her page poping up on screen?

Thank you for your answer.

Edited: Thursday, June 15, 2006 by GenoProSupport

Posted Thursday, June 15, 2006 - Post #11545
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: Thursday, January 16, 2025
Posts: 4,886, Visits: 22,775
There have been few discussions DjVu Plugin: locate an indivial within a picture and Fetching picture description from IPTC caption field.


Edited: Thursday, June 15, 2006 by GenoProSupport
Posted Thursday, June 15, 2006 - Post #11546
Forum Master

Forum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum Master

Customers
Important Contributors
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: Sunday, March 21, 2021
Posts: 716, Visits: 12,927
Please read this thread: DjVu Plugin: locate an indivial within a picture.

Have tried myself and works nice, but will take time to be implemented, but can be done.


Edited: Monday, March 10, 2008 by GenoProSupport
Posted Saturday, June 17, 2006 - Post #11575
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Important Contributors
FamilyTrees.GenoPro.com
Customers
Translator
GenoPro version: 2.0.1.6

Last Login: Tuesday, December 16, 2008
Posts: 390, Visits: 1,271

I followed your links and read your topics. Quite an interesting subject.

I also did my home work and investigated the sub on the net.

 

I came across a shareware soft, downloaded it, installed it, started it, loaded one of my jpg pictures from my HD showing my wife and 2 of my daughters, set up some areas (I played around and diversified the areas with a polygon, rectangle and circle), linked their areas with their home page (on my web site) and saved my work as a .htm file. Both are shown below:

1) the Html page (areas shown for info):

 

 

 

2) the associated HTML code:

 

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Imagemap</title>
</head>
<body>
<div>
<img src="childrenparis.JPG" alt="" usemap="#childrenparis" style="border-style:none" />
</div>
<div>
<map id="childrenparis" name="childrenparis">
<area shape="rect" alt="Nathalie Guasp" coords="210,42,243,83" href="http://myweb.tiscali.co.uk/jcgeneal/ind00035.htm" title="Nathalie Guasp" />
<area shape="circle" alt="Karina Guasp" coords="281,123,21" href="http://myweb.tiscali.co.uk/jcgeneal/ind00036.htm" title="Karina Guasp" />
<area shape="poly" alt="Carol Irvine Guasp" coords="160,102,190,102,197,139,213,145,223,194,219,216,153,232,133,232,140,219,146,150,158,142" href="http://myweb.tiscali.co.uk/jcgeneal/ind00051.htm" title="Carol Irvine Guasp" />
<area shape="default" nohref="nohref" alt="" />
</map>
</div>
</body>
</html>

 

And the links from, my HD to my web site, work!

 

I also converted my basic jpg photo into some other file types: bmp, emf, gif, png, tga, tif & wmf and created an htm file for each file type. All the links also worked except tga & tif. For these 2 file types, I couldn’t get the image on screen with IE nor with Firefox.

 

I was happily surprised of the result. It was easy to achieve.

 

Having said that, I think, after version 2.0, Genopro could implement  such a feature (possibility to link individuals within a group image, when present in the tree, with their associated home page) as some users may be interested in creating and playing with such feature.

 

I don’t know if it’s the only existing way to implement the subject but it should not be too difficult for Genopro to achieve this, unless some programming impossibilities, constraints,…. or preference for Djvu!

 

Thank you.


Edited: Saturday, June 17, 2006 by GenoProSupport
Posted Saturday, June 17, 2006 - Post #11576
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: Thursday, January 16, 2025
Posts: 4,886, Visits: 22,775
jcguasp (6/17/2006)
Having said that, I think, after version 2.0, Genopro could implement  such a feature (possibility to link individuals within a group image, when present in the tree, with their associated home page) as some users may be interested in creating and playing with such feature.

When I was introduced to DjVu, I spent a full day reading the documentation and see the possibilities of supporting the DjVu format within GenoPro.  The DjVu format is very good and has many options, perhaps too many for GenoPro.  Support the DjVu format into GenoPro is quite a task.

On the other hand, I have been greatly inspired by the IPTC approach of storing additional information inside the JPEG image.  After reading some very technical articles, I figured out it is possible to insert user-defined segments (also called frames) to insert application-specific metadata structures.  I will check out if there are any existing XML structure to store image mapping within the JPEG image, otherwise I may create my own.  The benefit is the generated code will be stored inside the .jpg file, yet will not affect anything about the image by other graphic applications.

Edited: Saturday, August 19, 2006 by GenoProSupport

Posted Thursday, July 13, 2006 - Post #11877
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Important Contributors
FamilyTrees.GenoPro.com
Customers
Translator
GenoPro version: 2.0.1.6

Last Login: Tuesday, December 16, 2008
Posts: 390, Visits: 1,271
Hi guys,

Just to let you know that I managed to insert an image map (a made up htm file) within the report. It is not a straightforward matter because I had to modify several files after the generated report but it works. If you click on the wedding photo, you'll see the result.

http://familytrees.genopro.com/jcguasp/Guasp/french/ 

My family in question is: Creton -> Roger Creton & Jacqueline Guasp

http://familytrees.genopro.com/jcguasp/Guasp/french/default.htm?page=family-RogerCretonAndJacquelineGuasp-fam00026.htm

Maybe one day Genopro may come up with such feature, through DjVu, IPTC or others.

Thank you.

Edited: Monday, March 10, 2008 by GenoProSupport

Posted Thursday, July 13, 2006 - Post #11880
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Gamma
Customers
Important Contributors
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: Saturday, February 22, 2025
Posts: 257, Visits: 2,860
w00tWell Done!

Really good job!


"εν οιδα οτι ουδεν οιδα" (Σωκρατησ)  - "The only thing that I know is that I don't know anything" (Socrates)


Similar Topics

Click to view RSS...
Expand / Collapse

Reading This Topic

Expand / Collapse
Active: 3 - 1 guest, 1 member, 0 anonymous.
Refresh