Bug 180888 - kword: inserted image looks ugly
Summary: kword: inserted image looks ugly
Status: RESOLVED FIXED
Alias: None
Product: koffice
Classification: Applications
Component: flake-picture (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Thomas Zander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-15 22:17 UTC by sts
Modified: 2009-01-25 06:23 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Screenshot (27.33 KB, image/png)
2009-01-15 22:17 UTC, sts
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sts 2009-01-15 22:17:07 UTC
Version:           2.0 beta-5 (using 4.1.96 (KDE 4.1.96 (KDE 4.2 RC1)) "release 76.2", KDE:KDE4:Factory:Desktop / openSUSE_11.1)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.27.7-9-default

If I insert a image it looks ugly. And I don't know how I can fix this. See attachment for more.
Comment 1 sts 2009-01-15 22:17:32 UTC
Created attachment 30295 [details]
Screenshot
Comment 2 Cyrille Berger 2009-01-24 23:15:05 UTC
Can you attach the image you inserted ? Does it happen with every images ?
Comment 3 Jan Hambrecht 2009-01-25 01:27:18 UTC
SVN commit 916284 by jaham:

as long as we have no gui to change the display image quality,
we should use higest quality, otherwise users start to complain

CCBUG:180888



 M  +1 -1      KoImageData_p.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=916284
Comment 4 T Zachmann 2009-01-25 06:23:06 UTC
SVN commit 916340 by zachmann:

o Fix 180888: kword: inserted image looks ugly  kword: inserted image
  looks ugly
  Don't use any foo to scale the image but use it like it is loaded. If
  we want different quality levels this should be done in the picture
  shape.

BUG:180888



 M  +32 -45    KoImageData.cpp  
 M  +1 -1      KoImageData.h  
 M  +2 -7      KoImageData_p.cpp  
 M  +1 -2      KoImageData_p.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=916340