| From | Sent On | Attachments |
|---|---|---|
| jai-...@javadesktop.org | Apr 10, 2007 3:03 pm | |
| Brian Burkhalter | Apr 10, 2007 4:50 pm | |
| Nidel, Mike | Feb 14, 2008 1:29 pm | |
| jai-...@javadesktop.org | Feb 14, 2008 1:32 pm | |
| Nidel, Mike | Feb 14, 2008 2:08 pm | |
| jai-...@javadesktop.org | Feb 14, 2008 2:11 pm | |
| jai-...@javadesktop.org | Feb 15, 2008 8:38 am | |
| jai-...@javadesktop.org | Feb 20, 2008 10:38 am |
| Subject: | RE: [JAI-IMAGEIO] Rotating pages in TIFF files | |
|---|---|---|
| From: | Nidel, Mike (mike...@lmco.com) | |
| Date: | Feb 14, 2008 1:29:02 pm | |
| List: | net.java.dev.jai-imageio.interest | |
if yuo are using JAI "fileload" operator that would explain why your files don't get released. try using the "stream" operator instead, take a look at the documentation. basically you create the stream first and pass it to JAI, then when your application knows it is finished with the image you can close the stream and the file should be released.
-----Original Message----- From: jai-...@javadesktop.org [mailto:jai-...@javadesktop.org] Sent: Thursday, February 14, 2008 4:33 PM To: inte...@jai-imageio.dev.java.net Subject: Re: [JAI-IMAGEIO] Rotating pages in TIFF files
Hello,
I'm using JAI for doing it, but JAI has problems with releasing the files created by it. I can't delete correctly my temporary files. So I'm looking for something else.
What can you tell me about AffineTransformOp ?
Thank you ! [Message sent by forum member 'dnlfrc' (dnlfrc)]





