Re: which graphic formats are supported ? [FAQ]

2002-01-14 Thread Corinna Hischke
Hi Nick, I had that same question some time ago. Here are the formats I found in the sources: JPEG BMP GIF PNG TIFF SVG - Corinna - Original Message - From: Nick Winger [EMAIL PROTECTED] To: Apache Mailinglist (E-Mail) [EMAIL PROTECTED] Sent: Tuesday, January 08, 2002 6:03 PM Subject:

Re: which graphic formats are supported ?

2002-01-08 Thread Gus
I'm using a gif , so for sure gif! Nick Winger wrote: hi ! in the fo:external-graphic tag: which graphic formats are supported ? e.g.: jpg ? and ... greetings Nick Winger (Software-Developer) - To unsubscribe,

RE: which graphic formats are supported ?

2002-01-08 Thread Dunning, John
tiff works -Original Message- From: Gus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 10:57 AM To: [EMAIL PROTECTED] Subject: Re: which graphic formats are supported ? I'm using a gif , so for sure gif! Nick Winger wrote: hi ! in the fo:external-graphic tag: which

RE: which graphic formats are supported ?

2002-01-08 Thread Scott Moore
: Tuesday, January 08, 2002 11:00 AM To: [EMAIL PROTECTED] Subject: RE: which graphic formats are supported ? I am using the code... fo:external-graphic height=116mm width=152mm src=file:../actions/icase_header2.jpg/ This is not picking the file up and displaying it. Any ideas? -Original

RE: which graphic formats are supported ?

2002-01-08 Thread Mitchell, Scott(LIT)
Moore [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 3:58 PM To: '[EMAIL PROTECTED]' Subject: RE: which graphic formats are supported ? It seems from previous postings that the image will be resized to fit the width, but not the height. Make sure you have enough space

Re: which graphic formats are supported ?

2002-01-08 Thread jthaemlitz
I think it's actually OS dependent. On NT lots of formats work. However on our AS/400's bitmaps seem to be the only thing that work. JohnPT