Bug 93787 - Raw converter : png output
Summary: Raw converter : png output
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: BatchQueueManager-RAWProcessing (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-23 15:18 UTC by T. K.
Modified: 2022-01-14 09:55 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.5.0


Attachments

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