Re: DOCBOOK: Fop-0.20.1 Image Problems

From
Alexander Schatten <>
Date
2001-08-24T16:32:55+00:00
ID
Thread
Re: DOCBOOK: Fop-0.20.1 Image Problems
Jeff Iezzi wrote:

> I'm not sure about the latest FOP version, but previous versions 
> could not handle GIFs. Try JPEG files and it should work. 


no, it is no problem of the gif format. as I described in the previous 
message in detail:

this statement does NOT work in fop

<fo:external-graphic height="auto" width="auto" content-height="auto" 
content-width="auto" src="url(dilbert_747.gif)"/>


this statement works in FOP.

<fo:external-graphic height="auto" width="auto" content-height="auto" 
content-width="auto" src="dilbert_747.gif"/>


but the first one is generated by the N.Walsh stylesheets.


Alex