Bug 209165

Summary: Print Assistant does not print svgz images
Product: [Applications] digikam Reporter: Miroslav Ľos <milamby>
Component: Plugin-Generic-PrintCreatorAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 0.7.0   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Unspecified   
Latest Commit: Version Fixed In: 5.7.0

Description Miroslav Ľos 2009-10-02 01:50:28 UTC
Version:            (using KDE 4.3.1)
Installed from:    Gentoo Packages

If I try to print gzipped SVG images using the PrintWizard, it "prints" blank space instead. Normal SVG prints fine.
Comment 1 Miroslav Ľos 2009-10-03 00:35:54 UTC
Skimming thorugh the code, I found out that the QSvgPlugin (a QImageIOPlugin) does not associate svgz with itself, causing QImage::load() in TPhoto::loadPhoto() to fail. I have made a trivial patch to qt-svg that resolves this and filed it at Qt's Task Tracker (an id was nowhere to be found).
Comment 2 caulier.gilles 2017-07-11 13:49:37 UTC
With new PrintCreator from digiKam core version 5.7.0, the problem is not
reproducible.

Gilles Caulier