TheGeneGenieProject / GeneGenie.Gedcom

A .Net library for loading, saving, working with and analysing family trees stored in the GEDCOM format.
GNU Affero General Public License v3.0
52 stars 23 forks source link

Can't get CROP values #112

Open HolyOne opened 1 year ago

HolyOne commented 1 year ago

Hello, I use MyFamilyTree for my family tree and I upload images for individuals and select faces in the photos. However I am unable to get information about cropping boundries with this library. This is an example content of my ged file

image

RyanONeill1970 commented 1 year ago

I've not seen the _Multimedia_uses custom gedcom tag before. It definitely won't handle this, but if you have a data file so I can see how it works I can look at for an update. But it may not be soon.

If you are able to share a gedcom, let me know and I'll give you my email address.

HolyOne commented 1 year ago

Here is a sample tree I generated with MyFamilyTree application with pictures. It may have additional properties. but it should be fully compatible with gedcom7

RoyalFamilyTiny.zip

HolyOne commented 1 year ago

Can you give me advice how to implement this feature, I could not figure out where the CROP is feeded to the reader class.