Review Request: Jpeg thumbnailer honouring jpeg rotation info
Jacopo De Simoi
wilderkde at gmail.com
Sun Oct 4 17:48:14 BST 2009
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/1444/
-----------------------------------------------------------
(Updated 2009-10-04 16:48:14.186165)
Review request for kdelibs.
Changes
-------
Ping
Any more comments? Should this be merged?
@Peter: do you have any idea about how to deal with cached thumbnails in ~/.thumbnails?
Summary
-------
This patch makes the jpeg thumbnailer honor jpeg rotation infos stored in exif metadata.
The method is quite simple, although I don't like ifdefs, this time they seem to me to be necessary.
It's my first nontrivial CMake modification; please check that I did not do something stupid there.
Also, the orientationMatrix method could be ifdeffed if you feel it is necessary; I just didn't want to add another ifdef.
I am not sure if this is a good solution performance-wise; please comment on that if you have better ideas.
Diffs
-----
trunk/KDE/kdebase/runtime/kioslave/thumbnail/CMakeLists.txt 1023383
trunk/KDE/kdebase/runtime/kioslave/thumbnail/jpegcreator.h 1023383
trunk/KDE/kdebase/runtime/kioslave/thumbnail/jpegcreator.cpp 1023383
Diff: http://reviewboard.kde.org/r/1444/diff
Testing
-------
Works good with a *clean* .thumbnails directory. Cached thumbnails are indeed a problem; not sure how to solve this issue yet.
Thanks,
Jacopo
More information about the kde-core-devel
mailing list