[Digikam-devel] [Bug 131212] New: Digikam-0.9.0-beta1 does not adhere to the EXIF Actions settings

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

[Digikam-devel] [Bug 131212] New: Digikam-0.9.0-beta1 does not adhere to the EXIF Actions settings

Magnus Larsson-4
------- 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=131212         
           Summary: Digikam-0.9.0-beta1 does not adhere to the EXIF Actions
                    settings
           Product: digikam
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: magnus.larsson.k bredband net


Version:           0.9.0-beta1 (using KDE 3.5.3, compiled sources)
Compiler:          Target: i686-pc-linux-gnu
OS:                Linux (i686) release 2.6.17.1

Digikam-0.9.0-beta1 does not adhere to the EXIF Actions settings.

The thumbnails which are generated does not follow the EXIF rotation setting.

The JPG files are from CANON-350D.

Test:
1) Install digikam-0.9.0-beta 1 and digikamimageplugins-0.9.0-beta1    using ./configure, make, make install.
2) Remove existing thumbnails in the ~/.plugins directory.
3) Start Digikam. I already had settings->configure->metadata set to
   Show images/thumbs rotated according to orientation tag.
4) Goto Albums and select an album

5) The thumbnails which are generated does not follow the EXIF rotation setting. All my images show up as landscape, both as thumbnails and in the imageviewer if I click on the thumbnail.

6) Reinstall the old Digikam-SVN I used, approx. 2006-05-15 checkout. (svn co -r {2006-05-15} -N svn://anonsvn.kde.org/home/kde/trunk/extragear/graphics)

7) Remove existing thumbnails in the ~/.plugins directory.

8) Thumbnails are re-generated correctly.

9) Digikam-0.8.1 works for me as well.

10) I have had problems similar to this before when using 0.8.2-rc1
http://bugs.kde.org/show_bug.cgi?id=127179
,but the svn 2006-05-15 chekout moving to 0.9.0 SVN solved the problem for me.   

Sincerely,

Magnus Larsson
_______________________________________________
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 131212] Digikam-0.9.0-beta1 does not adhere to the EXIF Actions settings

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=131212         




------- Additional Comments From caulier.gilles free fr  2006-07-22 19:54 -------
The cache thumbnails is in ~./thumbnails, not in ~./plugins. Are you sure to have removed the thumbs cache to proces your test ?

Gilles
_______________________________________________
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 131212] Digikam-0.9.0-beta1 does not adhere to the EXIF Actions settings

Magnus Larsson-4
In reply to this post by Magnus Larsson-4
------- 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=131212         




------- Additional Comments From magnus.larsson.k bredband net  2006-07-22 23:06 -------
Dear Gilles Caulier,

Please let me correct my bug report. You are correct. The bug report above should state:
..
2) Remove existing thumbnails in the ~/.thumbnails directory.
..
7) Remove existing thumbnails in the ~/.thumbnails directory.
..

These were indeed the steps performed.

I apologise for the confusion.

Best regards,

Magnus Larsson
_______________________________________________
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 131212] Digikam-0.9.0-beta1 does not adhere to the EXIF Actions settings

Gilles Caulier
In reply to this post by Magnus Larsson-4
------- 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=131212         




------- Additional Comments From caulier.gilles free fr  2006-07-23 13:19 -------
Please give me a CANON-350D image sample to test. 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
|

[Digikam-devel] make -f Makefile.cvs Autoconf 2.6 compatibility

Gerhard Kulzer
I experienced difficulties to compile digikam recently, and I found out that
it is due to the latest autoconf and autoheader version 2.6. In the
admin/cvs.sh file there is a check for version 2.5* that needs to be extended
to 2.6 as the patch provided below does.

Gilles, since the admin directory comes from KDE 3.5 and don't think I can do
a svn commit. Anyway I need your agreement.

Gerhard

35c35
<   Autoconf*2.5* | autoconf*2.5* ) : ;;
---
>   Autoconf*2.[56]* | autoconf*2.[56]* ) : ;;
50c50
<   Autoconf*2.5* | autoheader*2.5* ) : ;;
---
>   Autoconf*2.[56]* | autoheader*2.[56]* ) : ;;

--
http://www.gerhard.fr

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

autoconf-2.6-patch (208 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [Digikam-devel] [Digikam-users] make -f Makefile.cvs Autoconf 2.6 compatibility

Gilles Caulier-2
Le Dimanche 23 Juillet 2006 02:29 PM, Gerhard Kulzer a écrit :
> I experienced difficulties to compile digikam recently, and I found out
> that it is due to the latest autoconf and autoheader version 2.6. In the
> admin/cvs.sh file there is a check for version 2.5* that needs to be
> extended to 2.6 as the patch provided below does.
>
> Gilles, since the admin directory comes from KDE 3.5 and don't think I can
> do a svn commit. Anyway I need your agreement.
>
> Gerhard

Gerhard,

I can't give you any right to commit in this area. I don't manage this KDE
common part ! You need to contact KDE developpers ML for that. Sorry...

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





_______________________________________________
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 131212] Digikam-0.9.0-beta1 does not adhere to the EXIF Actions settings

Magnus Larsson-4
In reply to this post by Magnus Larsson-4
------- 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=131212         




------- Additional Comments From magnus.larsson.k bredband net  2006-07-24 18:11 -------
Dear Gilles Caulier,

Please find jpg files, as requested, listed below:
 
http://gunnarlarsson.scorpionshops.com/Bug-131212

Some info:
IMG_2067.JPG landscape
IMG_2088.JPG portrait

Sincerely

Magnus Larsson
_______________________________________________
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 131212] Digikam-0.9.0-beta1 does not adhere to the EXIF Actions settings

Gilles Caulier
In reply to this post by Magnus Larsson-4
------- 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=131212         




------- Additional Comments From caulier.gilles free fr  2006-07-24 22:14 -------
Created an attachment (id=17116)
 --> (http://bugs.kde.org/attachment.cgi?id=17116&action=view)
exif rotation setup

Exif rotation work for me if you set properlly the right option in Metadata
setup dialog page.

If i remember, i think that i have polished/changed the implementation to save
the digikam confog in rc file about metadata between 0.8.x and 0.9.0. I suspect
that the configuration about Exif rotation is disable by default when you start
digiKam 0.9.0 at the first time...

Gilles Caulier
_______________________________________________
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 131212] Digikam-0.9.0-beta1 does not adhere to the EXIF Actions settings

Magnus Larsson-4
In reply to this post by Magnus Larsson-4
------- 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=131212         




------- Additional Comments From magnus.larsson.k bredband net  2006-07-25 09:27 -------
Dear Gilles Caulier,

I tested this:
Remove thumbnails in ~/.thumbnails.
Remove digikamrc from ~/.kde/share/config.
Start Digikam, select album root.
Set settings->configure->metadata to
    Show images/thumbs rotated according to orientation tag and
    set orientation tag to normal after rotate/flip. (same as in your  
    attachment).

=> Works for me too.

However, my Digikam-0.9.0-beta1 does not regenerate thumbnails if
"Show images/thumbs rotated according to orientation tag" is changed, once more, and I revisit the albums.

1) Start Digikam.
2) Set "Show images/thumbs rotated according to orientation tag".
3) Visit "new" album (album not visited before) => thumbnails are generated according to setting. Click on thumb => viewer adheres to setting as well.
4) Reset "Show images/thumbs rotated according to orientation tag". (do not rotate according to tag).
5) Visit album from 3) above. => thumbnails are not shown according to setting. The thumbnails are not regenerated to adhere to the new setting from 5). They stay the same as from 3). Click on thumb => viewer adheres to new setting.
6) Visit another new album (album not visited before) => thumbnails are generated according to setting. (This time not rotated).

Conclusion:
Thumbnails are not regenerated if the settings->configure->metadata changes and an album is revisited.

I can no longer recreate my old bug. I do not understand why the removal of ~/.thumbnails did not trigger a recreation. Removing the old digikamrc, a 0.9.0/0.8 hybrid? perhaps, made a difference.

Best regards.

Magnus Larsson
_______________________________________________
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 131212] Digikam-0.9.0-beta1 does not adhere to the EXIF Actions settings

Gilles Caulier
In reply to this post by Magnus Larsson-4
------- 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=131212         




------- Additional Comments From caulier.gilles free fr  2006-07-25 09:32 -------
About to regenerate thumbnails if Exif option have changed in setup is an another problem. We have already a B.K.O entry for that and i have planed to fix it before to release 0.9.0-final.

You can close this file. No need to duplicate entries. Thanks in advance.

Gilles Caulier
_______________________________________________
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 131212] Digikam-0.9.0-beta1 does not adhere to the EXIF Actions settings

Magnus Larsson-4
In reply to this post by Magnus Larsson-4
------- 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=131212         
magnus.larsson.k bredband net changed:

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



------- Additional Comments From magnus.larsson.k bredband net  2006-07-25 18:49 -------
Closed, as per suggestion above.

Best regards,

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