Bug 93787

Summary: Raw converter : png output
Product: [Applications] digikam Reporter: T. K. <tristan>
Component: BatchQueueManager-RAWProcessingAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 7.5.0

Description T. K. 2004-11-23 15:18:29 UTC
Version:            (using KDE KDE 3.3.1)
Installed from:    SuSE RPMs

I'd like to see an option in the rawfile plugin to export rawfiles as png files (at the moment, images can only be saved as jpg, tiff and pcm).

AFAIK dcraw itself exports pcm.
Comment 1 caulier.gilles 2006-05-04 13:02:27 UTC
SVN commit 537293 by cgilles:

Kipi Raw converter (batch and single mode) : support of PNG format like ouput file

- PNG file format is now the default output format used by plugin. Max PNG compression is used.
- set JPEG compression is 100 by default to give a max quality of output image.
- Code cleanup and optimization.
- Fix i18n at all.

CCMAIL : kde-imaging@kde.org, digikam-devel@kde.org
BUG: 93787


 M  +1 -1      Makefile.am  
 M  +52 -39    batchdialog.cpp  
 M  +1 -0      batchdialog.h  
 M  +27 -18    clistviewitem.h  
 M  +247 -173  dcrawprocess.cpp   [POSSIBLY UNSAFE: scanf]
 M  +27 -30    dmessagebox.cpp  
 M  +20 -16    dmessagebox.h  
 M  +44 -39    plugin_rawconverter.cpp  
 M  +13 -9     plugin_rawconverter.h  
 M  +27 -22    previewwidget.cpp  
 M  +11 -9     previewwidget.h  
 M  +81 -60    processcontroller.cpp  
 M  +31 -19    processcontroller.h  
 M  +49 -36    singledialog.cpp  
 M  +1 -0      singledialog.h