views:

20

answers:

0

Hi

I'm searching for a java library (free or commercial with reasonable costs) that could handle progressive loading of interlaced images, ideally something that I could control the size manually : load X bytes, render, close the stream, reopen the stream, skip X bytes, load more bytes, render again, etc.

I do not have too much preference for the file format.

Any good hints ?