Bug 158083

Summary: HTML interface for camera raw images
Product: [Applications] digikam Reporter: Sven Coenye <scoenye>
Component: Plugin-Generic-HTMLGalleryAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In: 5.7.0

Description Sven Coenye 2008-02-20 04:11:14 UTC
Version:            (using KDE 3.5.8)
Installed from:    Debian testing/unstable Packages
Compiler:          gcc 4.1.1 
OS:                Linux

This plugin uses the stock Qt QImageIO capabilities to create thumbnails and to create the HTML descriptive attributes. QImageIO does not handle camera raw images and the plugin ends up using the "broken image" icon for all raw images, as well as producing descriptive attributes with "width x height" all set to "0 x 0". As a web browser doesn't know how to handle a raw image either, this makes the entire archive near unusable as there is no way to visualize the stored images.

(I do have a fix that uses kdcraw and Exiv to produce properly oriented thumbnails and correct descriptions but in order to get my head around the code, I ended up refactoring it. As this plugin has been slated for replacement by the Digikam developers since Digikam v 0.8.x, I didn't add the fix to this bug report as I don't know if there still interest in replacing the entire plug in code. I can try and isolate the changes from the refactored code if that's preferred).
Comment 1 Arnd Baecker 2008-04-10 09:22:30 UTC
Could anyone of the developers who know the cdarchiving code
and its status please comment on this bug?
Comment 2 caulier.gilles 2017-06-30 05:46:57 UTC
With new HTML Gallery tool from digiKam core, this problem is not reproducible.

Gilles Caulier