RE: PNG with FOP

2002-06-18 Thread Padmanabhan, Shobana

I tried the same with a TIFF recently and the problem I encountered was
there was no JimiImage.class. I had to compile it from JIMI source. HTH.

-Shobana

-Original Message-
From: Vikram Verma [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 18, 2002 8:55 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: PNG with FOP


Hi,

I am trying to incorporate a PNG image file in a PDF through FOP.

The release notes say that I need to have JIMI also in the codebase.

But despite adding JIMI  its not generating the PNG format images
in the resultant PDF whereas I can do the same for a GIF image file.

any guess why ??

Regards,
 Vikram Verma


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

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




Problem with multi-paged TIFFs

2002-06-18 Thread Padmanabhan, Shobana

I tried with JAIImage for TIFF in FopImageFactory and the problem persists.
Is there work going on to support multi-paged TIFF images?

Thanks,
Shobana

-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 17, 2002 5:20 PM
To: [EMAIL PROTECTED]
Subject: Re: JimiException with TIFF


Padmanabhan, Shobana wrote:
 I'm having another problem now - with multi paged TIFF images, I am able
to
 see only the first page. I'm using FOP 0.20.3. Any suggestions on this?

Yes. Use only one main image.

J.Pietschmann




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

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




RE: Problem with multi-paged TIFFs

2002-06-18 Thread Padmanabhan, Shobana

I have been looking at org.apache.fop.image.JAIImage.loadImage() and I do
not understand where the number of images is checked. Using
com.sun.media.jai.codec.*, this can be done as 
ImageDecoder dec = ImageCodec.createImageDecoder(tiff,
aSeekableStream, null); and then
dec.getNumPages();
but I do not know if it is a good idea to use codec classes as they may be
deprecated.

Let me now explain a little bit about what I am trying to do. We are looking
for a way to generate PDFs in Java each with some data and multi-paged
TIFFs. Along with FOP, we are planning to look at Big Faceless(!) PDF
library, iText, PDFLib, etc. Our production environment is AIX and
development Windows 2000. In the first release, we are expecting to generate
about 16,000 PDFs with an average size of 170KB each, in a window of 3 hours
or so.

Can FOP handle this? I would greatly appreciate any info about performance,
comments on the above-mentioned products and other recommendations.

Thanks again,
Shobana

-Original Message-
From: Padmanabhan, Shobana [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 18, 2002 2:18 PM
To: '[EMAIL PROTECTED]'
Subject: Problem with multi-paged TIFFs


I tried with JAIImage for TIFF in FopImageFactory and the problem persists.
Is there work going on to support multi-paged TIFF images?

Thanks,
Shobana

-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 17, 2002 5:20 PM
To: [EMAIL PROTECTED]
Subject: Re: JimiException with TIFF


Padmanabhan, Shobana wrote:
 I'm having another problem now - with multi paged TIFF images, I am able
to
 see only the first page. I'm using FOP 0.20.3. Any suggestions on this?

Yes. Use only one main image.

J.Pietschmann




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

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

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