Is there a way to create a BufferedImage from a file with JAI without using ImageIO.read? With ImageIO.read I am getting
java heap exception the third time the code runs.
I would also like to create a BufferedImage from a ByteArrayInputStream (byte[] from a database). here i have the same problem with ImageIO.read.
I am also trying with JIMI but I am having a lot of problems.
Your help will be greatly appreciated.
Alejandro Barrero