Re: tall image puts Fop in never-ending loop

2001-09-14 Thread Harald Hett

Hi Darrel!

Use the attributes width and height of the fo:external-graphic element
to scale the image to an appropriate size. 

Bye

-- 
Harald Hett [EMAIL PROTECTED]
Gesellschaft für integrierte Systemplanung

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




RE: tall image puts Fop in never-ending loop

2001-09-14 Thread COFFMAN Steven

The workaround is to tplit the image into two images that fit in a page by
manually using Gimp or Photoshop and modifying your FO accordingly.

Ideally FOP would do this automatically, but that requires reasonably
sophisticated 
image processing code. Graceful failure or omission of impossibly large
objects (with a warning) would be something that's more likely to get
implemented at some point, and we would be grateful to accept any patches
like that.
-Steve

-Original Message-
From: Darrel Riekhof [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 13, 2001 11:02 PM
To: '[EMAIL PROTECTED]'
Cc: Rodrigo Rey; Bill Thornton
Subject: tall image puts Fop in never-ending loop


I tried to insert a jpg that was 800 width by 1035 height.  Here is the
xsl-fo tag I'm using to do it:

fo:block
  fo:external-graphic
 xsl:attribute name =src
file:xsl:value-of select=location/
 /xsl:attribute
  /fo:external-graphic
/fo:block

Fop-0.20.1 goes into a never-ending loop, trying to find a page big enough
for this image, and I eventually get an out of memory exception.  Is there a
work-around for this?

Darrel

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

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




tall image puts Fop in never-ending loop

2001-09-13 Thread Darrel Riekhof

I tried to insert a jpg that was 800 width by 1035 height.  Here is the
xsl-fo tag I'm using to do it:

fo:block
  fo:external-graphic
 xsl:attribute name =src
file:xsl:value-of select=location/
 /xsl:attribute
  /fo:external-graphic
/fo:block

Fop-0.20.1 goes into a never-ending loop, trying to find a page big enough
for this image, and I eventually get an out of memory exception.  Is there a
work-around for this?

Darrel

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