Bug 151604 - Print Wizard does not recognize raw images
Summary: Print Wizard does not recognize raw images
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-PrintCreator (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-31 12:45 UTC by Paul Waldo
Modified: 2017-07-11 13:39 UTC (History)
2 users (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 Paul Waldo 2007-10-31 12:45:11 UTC
Version:           0.9.2-final (using KDE 3.5.6, Kubuntu (feisty) 4:3.5.6-0ubuntu14.1)
Compiler:          Target: x86_64-linux-gnu
OS:                Linux (x86_64) release 2.6.20-16-generic

Invoking Print Wizard on a RAW image shows nothing to print.  Apparently it does not know about RAW files; the console output shows this:

$ digikam
Found dcraw version: 8.60
/mounts/camera/2007-10-21/photo20071021T145244-000001.crw: Not a TIFF file, bad version number 26 (0x1a).
QImage::scale: Image is a null image
QImage::smoothScale: Image is a null image


On a side note, I think there are a number of features that do not recognize RAW images.  Would prefer individual bug reports or just a generic one?

Thanks for the great program!!!
Comment 1 caulier.gilles 2007-10-31 13:34:10 UTC
Paul,

I recommend you to post a bug report for each component witch require support for RAW. 

Please take a care about digiKam and kipi-plugins area. They are not the same...

About PrintWizzard, I have already talk about RAW support with Angelo. It's easy to do it using libkdcraw...

Gilles Caulier
Comment 2 Angelo Naselli 2007-11-01 10:50:48 UTC
> About PrintWizzard, I have already talk about RAW support with Angelo. It's easy to do it using libkdcraw...

Thanks Gilles I'll take a look at it asap.
Comment 3 Angelo Naselli 2007-11-09 22:56:29 UTC
SVN commit 734760 by anaselli:

Added raw file management with libkdcraw dependency
BUG: 151604

 M  +2 -2      Makefile.am  
 M  +3 -2      frmprintwizard.cpp  
 M  +27 -7     tphoto.cpp  
 M  +6 -5      tphoto.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=734760
Comment 4 caulier.gilles 2017-07-11 13:39:23 UTC
With new PrintCreator from digiKam core version 5.7.0, the problem is not reproducible.

Gilles Caulier