[Digikam-devel] [Bug 145198] light-table should also work with the full image

Gilles Caulier caulier.gilles at gmail.com
Wed May 16 15:25:23 BST 2007


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




------- Additional Comments From caulier.gilles gmail com  2007-05-16 16:25 -------
Marcel,

Light Table need a new option in configuration panel to solve this B.K.O file to not use the picture preview extraction. If this option is enable :

1/ With JPEG/TIFF/PNG files, the Qt image loaders must be used as well. 

2/ With RAW files, use an half decoding preview. Today, i have separated the implementation in libkdcraw (kdraw.cpp) to get RAW preview : one to extract embedded JPEG only, one to decode an half image of RAW picture. 

    static bool loadEmbeddedPreview(QImage& image, const QString& path);

    static bool loadHalfPreview(QImage& image, const QString& path);

3/ In all case LT do not limit the preview size to a specific value. I propose to use a zero value to not limit the preview size with LoadingDescription.

What do you think about ?

Gilles



More information about the Digikam-devel mailing list