Version: 0.7.3 (using KDE KDE 3.4.2) Installed from: Gentoo Packages OS: Linux It's better to view image on solid (black) background, grey frame just distract attention from the image.
Hi I agree with this comment. The following code addition reduces the problem (no lines at the sides, although thinner grey lines remain at the top and bottom)... in digikam-0.8.0/digikam/utilities/imageeditor/canvas.cpp.. add the following two "setFrame.." commands at line 133 Canvas::Canvas(QWidget *parent) : QScrollView(parent) { viewport()->setBackgroundMode(Qt::NoBackground); setFrameShape( QFrame::NoFrame ); setFrameShadow( QFrame::Plain ); d = new CanvasPrivate; Not sure how to get rid of the remaining lines.
0.9.0 unstable implementation from svn trunk have been fixed. I close this file Gilles