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

           Summary: IllegalArgumentException is thrown when trying to use
                    WMFTranscoder to convert a WMF into SVG
           Product: Batik
           Version: 1.7
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Utilities
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Created an attachment (id=21779)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21779)
The WMFImage that cannot be converted

When processing the attached WMF file using the WMFTranscoder, an
IllegalArgumentException is thrown with the following text: "Dimensions
(width=23789568 height=65536) are too large."  It appears that this
IllegalArgumentException is being thrown from the java.awt.image.BufferedImage
class because the width * height is greater than the capacity of the integer
used to store the dimensions.  The actual height and width of the WMF is
nowhere near this large, however.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to