Bug 168243

Summary: Delete photo after not found imagemagick
Product: [Applications] digikam Reporter: Ľubomír Varga <varga.lubomir>
Component: BatchQueueManager-PluginsAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, kde
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 0.5.0

Description Ľubomír Varga 2008-08-03 19:21:19 UTC
Version:           0.9.3 (using 3.5.9, Kubuntu (hardy) 4:3.5.9-0ubuntu7.1)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.24-19-generic

Download some photo to album, select your favorite photo and go to menu: Batch->recompress images. Here Iam not sure, but try unchanged settings or set "Remove original" to true. You must have not installed imagemagick! Hit start. You receive error, that you dont have imagemagick. Nice... But photo is in binary heaven...

I hope I helped with devel. GL.
Comment 1 Nicolas L. 2009-07-18 19:20:40 UTC
now it can't :) because it crash after telling the imageMagick is missing.

i will try to fix this issue
Comment 2 Nicolas L. 2009-07-19 02:52:11 UTC
in fact we should check if imagemagick exist when starting the plugin, telling what is the pb and closing.

is it ok with this ?
Comment 3 caulier.gilles 2009-07-19 10:00:00 UTC
ok for me

Gilles
Comment 4 Nicolas L. 2009-07-19 17:24:17 UTC
in fact the crash was simpler. A pointer wasn't tested before being used.
For the moment i will let the behaviour like this is  and fix the crash.
Comment 5 Nicolas L. 2009-07-19 17:25:15 UTC
SVN commit 999296 by nlecureuil:

Do not crash if imagemagick is not installed
BUG:168243


 M  +2 -1      batchprocessimagesdialog.cpp  


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