Exif properties

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Exif properties

Smit Shah
 Hello, i  am currently working on GSOC project entitled  "Metadata writeback" , where i focus on writing any metadata changes in nepomuk to the file itself if its possible. for images (that too Exif) specific i am using Exiv2 library to write the metadata changes but since there are numerous tags/properties in Exif , i am looking for the once that are likely to be changed as such , since its unlikely that exposure or focus time will ever be changed,

  So i ask can you please list out all the exif properties which are likely to be changed as most exif properties would never be changed hence there is no need to write the metadata changes back to file for those properties as such ?

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Exif properties

Gilles Caulier-4
Look in this document :

Gilles Caulier

2011/6/15 Smit Shah <[hidden email]>
 Hello, i  am currently working on GSOC project entitled  "Metadata writeback" , where i focus on writing any metadata changes in nepomuk to the file itself if its possible. for images (that too Exif) specific i am using Exiv2 library to write the metadata changes but since there are numerous tags/properties in Exif , i am looking for the once that are likely to be changed as such , since its unlikely that exposure or focus time will ever be changed,

  So i ask can you please list out all the exif properties which are likely to be changed as most exif properties would never be changed hence there is no need to write the metadata changes back to file for those properties as such ?

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel



_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Nepomuk] Exif properties

Valentin Rusu
In reply to this post by Smit Shah
hello,
i think that it would be better to let users change the properties they need. a simple iterative comparison should find out what properies changed then update them. another method would be based on the usage of update hooks when a change in nepomuk attribute should be intercepted then immediately applied to the file.

--
valentin


Smit Shah <[hidden email]> a écrit :
 Hello, i  am currently working on GSOC project entitled  "Metadata writeback" , where i focus on writing any metadata changes in nepomuk to the file itself if its possible. for images (that too Exif) specific i am using Exiv2 library to write the metadata changes but since there are numerous tags/properties in Exif , i am looking for the once that are likely to be changed as such , since its unlikely that exposure or focus time will ever be changed,

  So i ask can you please list out all the exif properties which are likely to be changed as most exif properties would never be changed hence there is no need to write the metadata changes back to file for those properties as such ?

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: Exif properties

Marcel Wiesweg
In reply to this post by Smit Shah

>  Hello, i  am currently working on GSOC project entitled  "Metadata
> writeback" , where i focus on writing any metadata changes in nepomuk to
> the file itself if its possible. for images (that too Exif) specific i am
> using Exiv2 library to write the metadata changes but since there are
> numerous tags/properties in Exif , i am looking for the once that are
> likely to be changed as such , since its unlikely that exposure or focus
> time will ever be changed,
>
>   So i ask can you please list out all the exif properties which are likely
> to be changed as most exif properties would never be changed hence there is
> no need to write the metadata changes back to file for those properties as
> such ?

I would recommend to read through libkexiv2. You will see that there are a
selected few methods to write attributes. These methods will typically write
not only to Exif, but IPTC and XMP as well and are good candidates for your
search.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel