You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2012/05/04 13:02:01 UTC

[Bug 53192] New: Images in ppt file have wrong width when convering ppt to png

https://issues.apache.org/bugzilla/show_bug.cgi?id=53192

          Priority: P2
            Bug ID: 53192
          Assignee: dev@poi.apache.org
           Summary: Images in ppt file have wrong width when convering ppt
                    to png
          Severity: normal
    Classification: Unclassified
          Reporter: club.brantner@gmail.com
          Hardware: PC
            Status: NEW
           Version: 3.8
         Component: HSLF
           Product: POI

Created attachment 28727
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28727&action=edit
source ppt file

There is error with some image - it has wrong width after converting ppt file
to png.

public class Main {

    public static void main(String[] args) {
        String input[] = {"D:\\Test.ppt"};
        try {
            PPT2PNG.main(input);
        } catch (Exception ex) {
            ex.printStackTrace();
        }
    }
}

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

[Bug 53192] Images in ppt file have wrong width when convering ppt to png

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

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #2 from Yegor Kozlov <ye...@dinom.ru> ---
Does the problem happen only with .ppt files or with .pptx too? Save the
attached file as .pptx and render. Does the result look OK ?

Yegor

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

[Bug 53192] Images in ppt file have wrong width when convering ppt to png

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

--- Comment #1 from Dmitry Zamula <cl...@gmail.com> ---
Created attachment 28728
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28728&action=edit
result of converting

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

[Bug 53192] Images in ppt file have wrong width when convering ppt to png

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

--- Comment #3 from Dmitry Zamula <cl...@gmail.com> ---
Created attachment 28779
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=28779&action=edit
Render pptx

With pptx render, result is much better, but the problem with image widht is
remains (see the top picture).

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