Exif statistics

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

Exif statistics

Cyril Gouget-2
HEllo

As I am planning to buy a new lens, I am facing the choice of the focal... 27mm? 35?

In order to answer that question I would be very VERY interested in being able to compare the focals used for all my photos. Can Digikam batch export all the exif informations in a CSV file?

If no, do you know a software that can do that?

Thanks,

Cyril

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

Re: Exif statistics

Gilles Caulier-2
Le Vendredi 03 Novembre 2006 08:22 AM, Cyril Gouget a écrit :
> HEllo
>
> As I am planning to buy a new lens, I am facing the choice of the focal...
> 27mm? 35?
>
> In order to answer that question I would be very VERY interested in being
> able to compare the focals used for all my photos. Can Digikam batch export
> all the exif informations in a CSV file?

there is no plugin for that actually.

But you can use Exiv2 command line program to batch extract Exif tag and store
it to a file. With a script, it's not very complicated to do. Perhaps
somebody have alredy done something like that...

Note : actually, digiKam cannot process searchs about photo exif tag like Lens
focal, aperture, shutter speed, flash, GPS info, etc. but in the future, we
will implemente this feature.

In fact there is already a file in B.K.O about this subject. To implement this
feature, we need to add new array in  the database to store these
informations. This will be done later 0.9.0 because we not would change the
database in 0.9.0 to preserve compatibility with 0.8.x serie, and limit
changes in source code for this release (there are too many changes in 0.9.0)

Also, there is another file in B.K.O to improve the DB interface in digiKam to
support others DB frontends than sqLite like mySQL for example. This will be
done at the same time, later 0.9.0, when digiKam will be ported to QT4.x
because database API in QT4.x is more simple than QT3.x

To resume, later 0.9.0, the first task to do is to port digiKam to QT4.x and
after working on DB stuff... We will certainly create a new developpemt
branch in svn for that : one to maintain 0.9.0, another one for QT4 port.

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

Re: Exif statistics

Duncan Hill-5
In reply to this post by Cyril Gouget-2
On Fri, November 3, 2006 07:22, Cyril Gouget wrote:

> HEllo
>
>
> As I am planning to buy a new lens, I am facing the choice of the
> focal... 27mm? 35?
>
>
> In order to answer that question I would be very VERY interested in being
>  able to compare the focals used for all my photos. Can Digikam batch
> export all the exif informations in a CSV file?
>
> If no, do you know a software that can do that?

exif.py, or exiftool are both CLI tools that could be scripted (with grep
etc) to generate the data you need.  exiftool will read non-jpegs etc too.

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