[Digikam-devel] [Bug 245957] Digikam shows pictures from PENTAX camera incorrectly in imageview

Marcel Wiesweg marcel.wiesweg at gmx.de
Wed Aug 4 11:40:11 BST 2010


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





--- Comment #6 from Marcel Wiesweg <marcel wiesweg gmx de>  2010-08-04 12:40:09 ---
I can reproduce this here. The 640x480 preview is shown, which has these
borders because the real image scales to 640x428.
Why is this preview shown? We require half the desktop size, let it be 1280:
  // require at least half preview size
  if (qMax(previews.width(), previews.height()) >= size / 2)
and 1280 / 2 = 640, so this hits.

I have a feeling that such a small preview usually has no good quality. Should
we require full desktop size? or 80%? Or let the condition as is, but require a
minimum of 1024px?

-- 
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