[Digikam-devel] extragear/graphics/digikam/digikam
Marcel Wiesweg
marcel.wiesweg at gmx.de
Tue Feb 23 19:50:29 GMT 2010
> Marcel,
>
> I suspect that this commit causes the following strange behaviour:
> Expand an album that already has children, create a new child of this
> album via the context menu. Afterwards the parent is collapsed, so that
> the new child cannot be seen in the tree view.
>
> Can you have a look at this?
I put this in line 126:
kDebug() << m_orgImage.numBytes() <<
m_orgImage.width()*m_orgImage.height()*(m_orgImage.sixteenBit() ? 8 : 4);
and get the same (correct) result for an 8 or 16bit image.
However, I get a lot of these:
Digikam::HistogramPainterPriv::scaleToPixmapHeight: Scaling value < 0: 0 .
Falling back to 1.0
and the filter is broken: for 8bit, I get simply a gray result image, for
16bit, the upper half is grey and the lower half is the original.
More information about the Digikam-devel
mailing list