Bug 205833 - batch raw converter uses first dot in filename to determine file ending
Summary: batch raw converter uses first dot in filename to determine file ending
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: BatchQueueManager-RAWProcessing (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-31 21:44 UTC by Elmar Höfner
Modified: 2018-03-23 11:26 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.7.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elmar Höfner 2009-08-31 21:44:41 UTC
Version:           1.0.0-beta3 (using 4.3.00 (KDE 4.3.0), Debian packages)
Compiler:          cc
OS:                Linux (i686) release 2.6.29.4-2009-06-11

Batch raw converter uses first dot in filename to determine file ending. This behaviour leads e.g. to identical output filenames if using more than one dot in a filename. It would be better to use the last dot in a filename.

Example:
2 images named Image_2009-08-31_15.37.00.raw and Image_2009-08-31_15.37.15.raw will both be converted to Image_2009-08-31_15.png

Using "open rename-file dialog" is a workaround, but not particulary useful in a batch converter.

(Why I'm using dots to separate time stamps? - Hugin still doesn't like colons!)
Comment 1 caulier.gilles 2009-09-02 10:24:57 UTC
Which kipi-plugins version you use exactly ?

Gilles Caulier
Comment 2 caulier.gilles 2009-09-02 10:30:36 UTC
SVN commit 1018794 by cgilles:

use complete base name everywhere
BUG: 205833


 M  +3 -3      dngconverter/dngwriter/dngwriter.cpp  
 M  +1 -1      dngconverter/plugin/batchdialog.cpp  
 M  +2 -2      rawconverter/batchdialog.cpp  
 M  +1 -1      rawconverter/singledialog.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1018794