Bug 158083 - HTML interface for camera raw images
Summary: HTML interface for camera raw images
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-HTMLGallery (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-20 04:11 UTC by Sven Coenye
Modified: 2017-06-30 05:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.7.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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