Re: Image callback for each page?

2005-01-18 Thread Irv Salisbury III
J.Pietschmann wrote: [EMAIL PROTECTED] wrote: While looking into this code, it looks like the FopImageFactory opens up a stream to the image using the URL class, then the specific ImageReader implementation reopens the stream again. So, if I did a REST style interface to generate my images, it

Re: Image callback for each page?

2005-01-21 Thread Irv Salisbury III
Victor Mote wrote: Irv Salisbury III wrote: It seemed like most of the readers would read the image into memory. So, one thought on an "enhancement" might be to always read the bytes in from the URL and then just hand that off instead of opening the URL again.