You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2003/06/16 05:13:40 UTC

DO NOT REPLY [Bug 20792] New: - Exception with a big image but ok with a small one

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20792>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20792

Exception with a big image but ok with a small one

           Summary: Exception with a big image but ok with a small one
           Product: Fop
           Version: 0.20.5
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: pdf renderer
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: cheche@che-che.com


I did a test with a couple of images:
my-images/gaim_345x500.png: PNG image data, 345 x 500, 8-bit/color RGB,
non-interlaced
my-images/gaim_409x593.png: PNG image data, 409 x 593, 8-bit/color RGB,
non-interlaced

similar images but diferent size.
When I run fop.sh -d -xml big-image.xml -xsl document2fo.xsl testpng.pdf

FOP trows an exception:

java.lang.RuntimeException: org.apache.fop.apps.FOPException: No meaningful
layout in block after many attempts.  Infinite loop is assumed.  Processing halted.

But When I use a:

fop.sh -d -xml small-image.xml -xsl document2fo.xsl testpng.pdf

Everything ends fine.

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org