[Bug 122264] New: Exif data fail to show up in recent SVN

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

[Bug 122264] New: Exif data fail to show up in recent SVN

Alfons Hoogervorst
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122264         
           Summary: Exif data fail to show up in recent SVN
           Product: digikam
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: alfons.hoogervorst gmail com


Version:           SVN (using KDE Devel)
Installed from:    Compiled sources
Compiler:          g++ 3.3.1 compiled from sources
OS:                Linux

Exif data aren't being showed at all (in either simple or full mode). This started since recently this week. I followed the bug #121646 ("Digikam on PPC has problem identifying JPEG and tries to use dcraw with them") discussion, but I don't think it has anything to do with what I see.
I believe the bug was introduced just before the switch to using Exiv 2.0, so it may be either KDE libs related (I'm tracking SVN 3.5 branch), or digikam / extragear/libs related (tracking SVN HEAD).
I'll be digging into this a bit deeper later.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 122264] Exif data fail to show up in recent SVN

Gilles Caulier
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122264         




------- Additional Comments From caulier.gilles free fr  2006-02-19 12:40 -------
Have you installed the last Exiv2 release (0.9.1) ?

Here all work fine like before to use Exiv2 library. All jpeg files are parsed succefully and Exif metadata are displayed. Have you any error messages with you start digikam from a console ? Can you place any files on the web to download ?

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

[Bug 122264] Exif data fail to show up in recent SVN

Alfons Hoogervorst
In reply to this post by Alfons Hoogervorst
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122264         




------- Additional Comments From alfons.hoogervorst gmail com  2006-02-19 14:21 -------
Gilles,
Doesn't matter what images, either shot with a minolta or a canon camera. I did find out that Exiv2 (0.9.1) reads enough data (in the Dimgloader interface), however, the kexifdata doesn't parse the exif data.
I'll try with a newer version of libexif soon.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 122264] Exif data fail to show up in recent SVN

Alfons Hoogervorst
In reply to this post by Alfons Hoogervorst
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122264         




------- Additional Comments From alfons.hoogervorst gmail com  2006-02-19 14:29 -------
Another note: in Konqueror, the metafile info (EXIF) data shows up fine. So I think it is in passing the data from Exiv to KExifData.
Digging deeper... :-)
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 122264] Exif data fail to show up in recent SVN

Gilles Caulier
In reply to this post by Alfons Hoogervorst
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122264         




------- Additional Comments From caulier.gilles free fr  2006-02-19 15:02 -------
You trying to see Exif data from main interface side bar or Image editor ?

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

[Bug 122264] Exif data fail to show up in recent SVN

Alfons Hoogervorst
In reply to this post by Alfons Hoogervorst
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122264         




------- Additional Comments From alfons.hoogervorst gmail com  2006-02-19 15:08 -------
Gilles,
The Exif data shows up empty in both the main interface as well as the image editor. KExifdata inserts empty value strings in its data array / map.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Bug 122264] New: Exif data fail to show up in recent SVN

F.J.Cruz
In reply to this post by Alfons Hoogervorst
El Domingo, 19 de Febrero de 2006 08:52, [hidden email]
escribió:

> ------- You are receiving this mail because: -------
> You are the assignee for the bug, or are watching the assignee.
>
> http://bugs.kde.org/show_bug.cgi?id=122264
>            Summary: Exif data fail to show up in recent SVN
>            Product: digikam
>            Version: unspecified
>           Platform: Compiled Sources
>         OS/Version: Linux
>             Status: UNCONFIRMED
>           Severity: normal
>           Priority: NOR
>          Component: general
>         AssignedTo: digikam-devel kde org
>         ReportedBy: alfons.hoogervorst gmail com
>
>
> Version:           SVN (using KDE Devel)
> Installed from:    Compiled sources
> Compiler:          g++ 3.3.1 compiled from sources
> OS:                Linux
>
> Exif data aren't being showed at all (in either simple or full mode). This
> started since recently this week. I followed the bug #121646 ("Digikam on
> PPC has problem identifying JPEG and tries to use dcraw with them")
> discussion, but I don't think it has anything to do with what I see. I
> believe the bug was introduced just before the switch to using Exiv 2.0, so
> it may be either KDE libs related (I'm tracking SVN 3.5 branch), or digikam
> / extragear/libs related (tracking SVN HEAD). I'll be digging into this a
> bit deeper later.

All works fine here. Exif data is showed correctly with digiKam 0.9-svn and
exiv2 v. 0.8

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

[Bug 122264] Exif data fail to show up in recent SVN

Alfons Hoogervorst
In reply to this post by Alfons Hoogervorst
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122264         




------- Additional Comments From alfons.hoogervorst gmail com  2006-02-19 20:26 -------
Okay, I recompiled a newer libexif (had to recompile libgphoto2 too), and can't get rid of the problem, so it seems there is some kind of parsing problem.
Please try the image located at http://hoogervorst.dyndns.org/~alfons/wordpress/images/test.jpg; I'll take a further look at the problem tomorrow.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 122264] Exif data fail to show up in recent SVN

Alfons Hoogervorst
In reply to this post by Alfons Hoogervorst
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122264         




------- Additional Comments From alfons.hoogervorst gmail com  2006-02-19 20:27 -------
(That photo is by the way 1+ Mb, so be gentle with my connection... :-)
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 122264] Exif data fail to show up in recent SVN

Gilles Caulier
In reply to this post by Alfons Hoogervorst
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122264         




------- Additional Comments From caulier.gilles free fr  2006-02-19 20:32 -------
ok i will take a look tomorrow morning...

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

[Bug 122264] Exif data fail to show up in recent SVN

F.J.Cruz
In reply to this post by Alfons Hoogervorst
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122264         




------- Additional Comments From fj.cruz supercable es  2006-02-19 22:08 -------
El Domingo, 19 de Febrero de 2006 20:26, alfons.hoogervorst gmail com
escribi�:
[bugs.kde.org quoted mail]

No problem here, I can see Exif metada from test.jpg.

Paco.

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

Re: [Bug 122264] Exif data fail to show up in recent SVN

F.J.Cruz
In reply to this post by Alfons Hoogervorst
El Domingo, 19 de Febrero de 2006 20:26, [hidden email]
escribió:

> ------- You are receiving this mail because: -------
> You are the assignee for the bug, or are watching the assignee.
>
> http://bugs.kde.org/show_bug.cgi?id=122264
>
>
>
>
> ------- Additional Comments From alfons.hoogervorst gmail com  2006-02-19
> 20:26 ------- Okay, I recompiled a newer libexif (had to recompile
> libgphoto2 too), and can't get rid of the problem, so it seems there is
> some kind of parsing problem. Please try the image located at
> http://hoogervorst.dyndns.org/~alfons/wordpress/images/test.jpg; I'll take
> a further look at the problem tomorrow.

No problem here, I can see Exif metada from test.jpg.

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

Re: [Bug 122264] Exif data fail to show up in recent SVN

bg-4
Dnia niedziela 19 lutego 2006 22:14, F.J.Cruz napisał:

> No problem here, I can see Exif metada from test.jpg.

Hello *,

I can see one little related problem, easy to reproduce:

1. Start digikam (latest 0.9.0 svn/KDE3.5.1/i686)
2. First picture in the album is selected but no exif data are visible in the
exif sidebar.
3. Select another picture in the album -> exif data are visible

Regards,
Boguslaw

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

Re: [Bug 122264] Exif data fail to show up in recent SVN

Gilles Caulier-2
Le Lundi 20 Février 2006 08:49, Bogusław Guettner a écrit :

> Dnia niedziela 19 lutego 2006 22:14, F.J.Cruz napisał:
> > No problem here, I can see Exif metada from test.jpg.
>
> Hello *,
>
> I can see one little related problem, easy to reproduce:
>
> 1. Start digikam (latest 0.9.0 svn/KDE3.5.1/i686)
> 2. First picture in the album is selected but no exif data are visible in
> the exif sidebar.
> 3. Select another picture in the album -> exif data are visible
>

It's abnormal. Same me the both images to test in local.

Thanks in advance

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

Re: [Bug 122264] Exif data fail to show up in recent SVN

Gilles Caulier-2
Le Lundi 20 Février 2006 08:52, Gilles Caulier a écrit :

> Le Lundi 20 Février 2006 08:49, Bogusław Guettner a écrit :
> > Dnia niedziela 19 lutego 2006 22:14, F.J.Cruz napisał:
> > > No problem here, I can see Exif metada from test.jpg.
> >
> > Hello *,
> >
> > I can see one little related problem, easy to reproduce:
> >
> > 1. Start digikam (latest 0.9.0 svn/KDE3.5.1/i686)
> > 2. First picture in the album is selected but no exif data are visible in
> > the exif sidebar.
> > 3. Select another picture in the album -> exif data are visible
>
> It's abnormal. Same me the both images to test in local.

Sorry, send me the both images (:=)))

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

Re: [Bug 122264] Exif data fail to show up in recent SVN

Marcel Wiesweg
In reply to this post by bg-4

> Hello *,
>
> I can see one little related problem, easy to reproduce:
>
> 1. Start digikam (latest 0.9.0 svn/KDE3.5.1/i686)
> 2. First picture in the album is selected but no exif data are visible in
> the exif sidebar.
> 3. Select another picture in the album -> exif data are visible
>

I think this is a different problem. When selecting a new album, no image is
selected for the right side bar. You can fix this by removing the "emit
signal_noCurrentItem();", line 458, digikam/digikamview.cpp.
But this seems to me more like fixing symptoms - signal/slot connections are a
bit complex there.

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

[Bug 122264] Exif data fail to show up in recent SVN

Gilles Caulier
In reply to this post by Alfons Hoogervorst
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122264         




------- Additional Comments From caulier.gilles free fr  2006-02-20 18:17 -------
ok, i understand exactly what you mean (via Marcel from ML(:=))):

When digiKam start with Exif side enable, the first album automaticly selected by digiKam do not display the first album item Exif info.

If you change current album, Exif info of first current album item are displayed properly.

To resume : something is wrong when digikam is started about indeep signals/slots rules. This is not depending of new Exiv2 depency.

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

[Bug 122264] Exif data fail to show up in recent SVN

Alfons Hoogervorst
In reply to this post by Alfons Hoogervorst
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122264         




------- Additional Comments From alfons.hoogervorst gmail com  2006-02-20 20:22 -------
btw, I see this consistently: No exif information at all. I'll be debugging this this week (rather busy right now), so please don't close this bug.
Keep you posted.  :-)
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 122264] Exif data fail to show up in recent SVN

Gilles Caulier
In reply to this post by Alfons Hoogervorst
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122264         




------- Additional Comments From caulier.gilles free fr  2006-03-03 10:59 -------
SVN commit 515268 by cgilles:

digikam from trunk : Metadata support using Exiv2 :

- New image properties sidebar tab named "Metadata" instead old "Exif". This area include :

* Standard Exif tags viewer.
* MarkerNote Exif tags viewer.
* IPTC records viewer.

- New capability to copy metadata in clipboard like text.
- New capability to print metadata.
- Tags name use the "user Friendly" conversion from Exiv2 instead the internal name provided by old Exif viewer based on libkexif.
- Capability to read metadata from CRW files (Canon RAW files)
- New class DMetadata to load/save metadata without loading image data. Actually JPEG, CRW, and PNG files are supported. About PNG (Exif and IPTC raw profiles generated by ImageMagick are supported.

To support new file formats (like NEF, MRW, TIFF, DNG, etc), new image file parsers must be added to Exiv2 library.

IMPORTANT:

- Exiv2 do not support yet gettext for i18n rules. All informations in metadata viewers aren't yet i18n (tags name, tags values, and tags descriptions)
- Any tag names use internal Exiv2 name, not the user friendly text transformations. This point must be fixed in Exiv2 libs.

To 0.9.0, these tools are just metadata readers. Writting capabilities (metadata editors) will added later 0.9.0. The files in B.K.O directly or indirectly relevant of this commits are listed below :

*Pending:

103255
106103
115764
111560

*Partially fixed:

91812
96459
109253
110598
118501        

* To check before closing:

122264

* Fixed (can be closed):

103489
121371
105670
109319

CCMAIL: digikam-devel kde org,  Andreas Huggel <ahuggel gmx net>

CCBUGS: 103255, 106103, 115764, 111560, 91812, 96459, 109253, 110598, 118501, 122264, 103489, 121371, 105670, 109319


 M  +2 -1      libs/Makefile.am  
 M  +5 -4      libs/dimg/Makefile.am  
 M  +1 -1      libs/dimg/dimg.cpp  
 M  +1 -1      libs/dimg/dimg.h  
 M  +19 -1     libs/dimg/dimgloader.cpp  
 M  +4 -2      libs/dimg/dimgloader.h  
 M  +4 -61     libs/dimg/loaders/jpegloader.cpp  
 M  +5 -29     libs/dimg/loaders/pngloader.cpp  
 M  +2 -1      libs/dimg/loaders/rawloader.cpp  
 A             libs/dmetadata (directory)  
 A             libs/dmetadata/Makefile.am  
 A             libs/dmetadata/dmetadata.cpp   [License: GPL]
 A             libs/dmetadata/dmetadata.h   [License: GPL]
 A             libs/dmetadata/loaders (directory)  
 A             libs/dmetadata/loaders/Makefile.am  
 A             libs/dmetadata/loaders/dmetaloader.cpp   [License: GPL]
 A             libs/dmetadata/loaders/dmetaloader.h   [License: GPL]
 A             libs/dmetadata/loaders/jpegmetaloader.cpp   [License: GPL]
 A             libs/dmetadata/loaders/jpegmetaloader.h   [License: GPL]
 A             libs/dmetadata/loaders/pngmetaloader.cpp   [License: GPL]
 A             libs/dmetadata/loaders/pngmetaloader.h   [License: GPL]
 A             libs/dmetadata/loaders/rawmetaloader.cpp   [License: GPL]
 A             libs/dmetadata/loaders/rawmetaloader.h   [License: GPL]
 A             libs/dmetadata/loaders/tiffmetaloader.cpp   [License: GPL]
 A             libs/dmetadata/loaders/tiffmetaloader.h   [License: GPL]
 M  +3 -2      libs/imageproperties/Makefile.am  
 M  +82 -323   libs/imageproperties/imagepropertiesexiftab.cpp  
 M  +12 -25    libs/imageproperties/imagepropertiesexiftab.h  
 M  +19 -18    libs/imageproperties/imagepropertiessidebar.cpp  
 M  +10 -9     libs/imageproperties/imagepropertiessidebar.h  
 M  +27 -26    libs/imageproperties/imagepropertiessidebarcamgui.cpp  
 M  +2 -1      libs/imageproperties/imagepropertiessidebarcamgui.h  
 M  +16 -15    libs/imageproperties/imagepropertiessidebardb.cpp  
 M  +3 -1      libs/widgets/Makefile.am  
 A             libs/widgets/metadata (directory)  
 A             libs/widgets/metadata/Makefile.am  
 A             libs/widgets/metadata/exifwidget.cpp   [License: GPL]
 A             libs/widgets/metadata/exifwidget.h   [License: GPL]
 A             libs/widgets/metadata/iptcwidget.cpp   [License: GPL]
 A             libs/widgets/metadata/iptcwidget.h   [License: GPL]
 A             libs/widgets/metadata/makernotewidget.cpp   [License: GPL]
 A             libs/widgets/metadata/makernotewidget.h   [License: GPL]
 A             libs/widgets/metadata/mdkeylistviewitem.cpp   [License: GPL]
 A             libs/widgets/metadata/mdkeylistviewitem.h   [License: GPL]
 A             libs/widgets/metadata/metadatalistview.cpp   [License: GPL]
 A             libs/widgets/metadata/metadatalistview.h   [License: GPL]
 A             libs/widgets/metadata/metadatalistviewitem.cpp   [License: GPL]
 A             libs/widgets/metadata/metadatalistviewitem.h   [License: GPL]
 A             libs/widgets/metadata/metadatawidget.cpp   [License: GPL]
 A             libs/widgets/metadata/metadatawidget.h   [License: GPL]
 M  +24 -1     utilities/cameragui/cameraui.cpp
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 122264] Exif data fail to show up in recent SVN

Alfons Hoogervorst
In reply to this post by Alfons Hoogervorst
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=122264         
alfons.hoogervorst gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From alfons.hoogervorst gmail com  2006-03-03 21:15 -------
Hi Gilles,

That commit solves the bug. Thank you very very much! :-)
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
12