[Digikam-devel] [Bug 149485] Advanced image resize for the digikam editor

Andi Clemens andi.clemens at gmx.net
Fri Apr 3 17:03:19 BST 2009


https://bugs.kde.org/show_bug.cgi?id=149485





--- Comment #28 from Andi Clemens <andi clemens gmx net>  2009-04-03 18:03:13 ---
Gilles,

if I am not totally wrong I think the problem is this line,
(contentawareresizer.cpp:93):

d->carver = lqr_carver_new(m_orgImage.bits(), m_orgImage.width(),
                                              m_orgImage.height(), 4);

We give this carver object a pointer to the DImg data, and I guess when the 
carver is destroyed, it cleans up the image data. DImg tries to free it (the 
data pointer is still valid), but the data is already gone.

What do you think?

Andi

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list