[Bug 149485] Advanced image resize for the digikam editor

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[Bug 149485] Advanced image resize for the digikam editor

Bugzilla from andi.clemens@gmx.net
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.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel