G
gbrun
My aim is to generate a thumbnail image (80x80 jpeg)
from a source image that can have a HUGE resolution (more than 3200x2000).
But all the API that i found use a unpacked memory version of the source
image
that of course can't be allocated, so i got a "out of memory".
Does anyone know an API or method to scale down an image
with small memory footprint by generating the result image in a flow ?
i m using 1.4.2 JDK on AIX.
thanks in advance.
from a source image that can have a HUGE resolution (more than 3200x2000).
But all the API that i found use a unpacked memory version of the source
image
that of course can't be allocated, so i got a "out of memory".
Does anyone know an API or method to scale down an image
with small memory footprint by generating the result image in a flow ?
i m using 1.4.2 JDK on AIX.
thanks in advance.