You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/10/08 11:44:33 UTC

[Bug 121183] New: Page background hatch is very bad in PPT

https://issues.apache.org/ooo/show_bug.cgi?id=121183

          Priority: P3
            Bug ID: 121183
          Assignee: ooo-issues@incubator.apache.org
           Summary: Page background hatch is very bad in PPT
          Severity: normal
        Issue Type: DEFECT
    Classification: Application
                OS: All
          Reporter: Armin.Le.Grand@me.com
          Hardware: All
            Status: CONFIRMED
           Version: AOO350-dev
         Component: save-export
           Product: presentation

ALG: To reproduce:
- Open new presentation
- Set page background to any hatch style (context menu on slide, page
setup->Background->Hatching->Black 45 deg wide, for all pages)
- save as PPT and reload (or check in PPT)
-> Hatch looks very bad (lloks as if converted to a bitmap with very low
resolution)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 121183] Page background hatch is very bad in PPT

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=121183

louqle <lo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|VERIFIED                    |CLOSED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 121183] Page background hatch is very bad in PPT

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=121183

--- Comment #1 from Armin Le Grand <Ar...@me.com> ---
ALG: It is converted to a 28x28 pixel bitmap, probably because it needs to be a
fill style for page background. The method used is lclDrawHatch. It may be
possible to change this to creation of a bitmap for the whole page, but this
would extend the export size unnecessarily.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 121183] Page background hatch is very bad in PPT

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=121183

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |ACCEPTED

--- Comment #2 from Armin Le Grand <Ar...@me.com> ---
ALG: Found a way to use a MetaFile when exporting a hatch filled background
instead of a limited bitmap. This works well and ppt will use and show vector
data. This also solves the size and quality problem.
Only caveat is that the roundtrip shows bad quality. After investigation it
shows that this is just a visualisation problem; as a result of #119125# any
graphic can be used as fill style, but it's usage in SdrFillBitmapAttribute
will still always convert it to a BitmapEx. This is a very good target for a
further change to keep evtl. metafile and/or svg data down to the primitive
usages. Taking a deeper look...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 121183] Page background hatch is very bad in PPT

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=121183

--- Comment #3 from SVN Robot <sv...@dev.null.org> ---
"alg" committed SVN revision 1396082 into trunk:
#121183# enhance export of hatch masterpagebackgrund for ppt format

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 121183] Page background hatch is very bad in PPT

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=121183

--- Comment #6 from SVN Robot <sv...@dev.null.org> ---
"alg" committed SVN revision 1396533 into trunk:
#121183# Added buffering non-bitmap formats in Graphic

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 121183] Page background hatch is very bad in PPT

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=121183

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |AOO 4.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 121183] Page background hatch is very bad in PPT

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=121183

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ACCEPTED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #8 from Armin Le Grand <Ar...@me.com> ---
ALG: The change to use vector data in the pipeline is a bigger change, wrote
#121194# for it. This task is done.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 121183] Page background hatch is very bad in PPT

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=121183

--- Comment #7 from Armin Le Grand <Ar...@me.com> ---
ALG: Okay, done. Now check how to best get more common graphic information down
the pipeline...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 121183] Page background hatch is very bad in PPT

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=121183

--- Comment #5 from Armin Le Grand <Ar...@me.com> ---
ALG: First step: Buffer evtl. created Bitmap/BitmapEx in ImpGraphic in the
local BitmapEx (maEx) when Graphic is a metafile. This is similar to buffering
SVG's replacement graphic and pretty straight forward, should workl the same as
with svg and avoid multiple renderings.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 121183] Page background hatch is very bad in PPT

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=121183

louqle <lo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED
                 CC|                            |louqingle@gmail.com

--- Comment #9 from louqle <lo...@gmail.com> ---
verified on build 1404513 following the original reproduced steps, pass

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 121183] Page background hatch is very bad in PPT

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=121183

--- Comment #4 from Armin Le Grand <Ar...@me.com> ---
ALG: Basic changes commtted in revision 1396082, taking action on graphic
handling stuff...

-- 
You are receiving this mail because:
You are the assignee for the bug.