[Digikam-devel] extragear/graphics/digikamimageplugins

Gilles Caulier caulier.gilles at kdemail.net
Sun Mar 5 08:52:11 GMT 2006


Le Samedi 4 Mars 2006 20:33, Marcel Wiesweg a écrit :
> SVN commit 515753 by mwiesweg:
>
> digikam from trunk:
> Port "Infrared" plugin to DImg
>
> Gilles: There are three places were the data is Gaussian blurred,
>  lines 139, 210, 255 of infrared.cpp. Is this intentional?
>

I have take a look in old implementation of infrared.cpp from stable branch 
and the tutorial from gimpGuru :

http://www.gimpguru.org/Tutorials/SimulatedInfrared

We have blur calls at lines :

112 ==> correct
148 ==> correct
150 ==> uncorrect. certainly a wrong copy and paste from me
173 ==> uncorrect. idem...

In new implementation we have :

139 ==> correct 
196 ==> correct
210 ==> uncorrect
255 ==> uncorrect

We need to check if the results are correct if lines 210 and 255 are removed. 
Your viewpoints ?

Gilles




More information about the Digikam-devel mailing list