I'm aware that ImageIO supports incremental rendering of images, but I'm not sure if it supports rendering of progressive JPEGs, specifically, I'd like to be able to render a low fidelity image quickly as it's being downloaded, and eventually arrive at a sharp image.
I've tried sample projects which use ImageIO's incremental rendering - but when pointed at a progressive JPEG file they do not show an image until all the data has been downloaded.