Re: Tiff image problem

2003-08-06 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: If I have only one tiff image, it renders normally. But I have 4 tif images in a page. When I run it, it gives me "java.lang.OutofMemory" error. I add a reset cache line in my code. "org.apache.fop.image.FopImageFactory.resetCache();" But nothing is changed. If you run out

Tiff image problem

2003-08-06 Thread sevket.ozdemir
Hello, I have a tif image in my FO file. I want to render into PDF file. If I have only one tiff image, it renders normally. But I have 4 tif images in a page. When I run it, it gives me "java.lang.OutofMemory" error. I add a reset cache line in my code. "org.apache.fop.image.FopImageFactory.res

Re: png image problem

2002-12-09 Thread Christian Geisert
IvanLatysh wrote: Hi. I am experience problem when I am trying to get output from the FOP as png. Images are not shown in the result png. Could someone help me with it. First of all you need to tell us which FOP version you are using. If it's 0.20.4 you need to download Jimi from SUN at: http

png image problem

2002-12-08 Thread IvanLatysh
Hi. I am experience problem when I am trying to get output from the FOP as png. Images are not shown in the result png. Could someone help me with it. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email:

RE: Image problem

2001-08-29 Thread Jim Wright
Oops. Just tried that. it's true. jw -Original Message- From: Daniel Knapp [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 9:31 AM To: [EMAIL PROTECTED] Subject: RE: Image problem > This is absolutely true! The absolute path is necessary to get the image to &g

RE: Image problem

2001-08-29 Thread Daniel Knapp
> This is absolutely true! The absolute path is necessary to get the image to > work (at least that's how I work with it). That's not correct, you CAN in fact use relative path, but I do it without file:, file:/// or such a thing. It has worked all the time. You can also put an image in a subdir

RE: Image problem

2001-08-29 Thread Jim Wright
ject: RE: Image problem I think that you have to provide the absolute path of the file. gustavo -Original Message-From: Pablo Iaria [mailto:[EMAIL PROTECTED]]Sent: mercredi, 29. août 2001 15:17To: [EMAIL PROTECTED]Subject: Image problem Hi all,     I'

Re: Image problem

2001-08-29 Thread Louis . Masters
Try this (it works for me): String theFileURL="file:///" + theFile; -Lou "Pablo Iaria" <[EMAIL PROTECTED]> on 08/29/2001 09:47:21 AM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: Image problem Hi all, I'm triying t

RE: Image problem

2001-08-29 Thread Gustavo Wolf
I think that you have to provide the absolute path of the file. gustavo -Original Message-From: Pablo Iaria [mailto:[EMAIL PROTECTED]]Sent: mercredi, 29. août 2001 15:17To: [EMAIL PROTECTED]Subject: Image problem Hi all,     I'm triying to insert an image i

Re: Image problem

2001-08-29 Thread Daniel Knapp
> > > > > > and I get the following error: > > "Error while creating area : Invalid Image URL - error on relative URL > : no protocol: theImage.gif" > > What am I doing wrong ? Have you tried other possibilities or is this your first try? Try including the image without the leading 'file:

Image problem

2001-08-29 Thread Pablo Iaria
Hi all,     I'm triying to insert an image into a document.   I have the following code:         and I get the following error:   "Error while creating area : Invalid Image URL - error on relative URL : no protocol: theImage.gif"   What am I doing wrong ?   Thanks in advance,     Pablo.-