Concorde icon indicating copy to clipboard operation
Concorde copied to clipboard

Help~

Open Fishbonelsy opened this issue 7 years ago • 2 comments

I want to develop the component in Java.But I can't find detailed description of ProgressiveJpeg format when searching on Google.Please guide me where I can get detailed information about ProgressiveJpeg.

Fishbonelsy avatar Mar 22 '17 15:03 Fishbonelsy

Hey,

thanks for taking a look, sadly, I have never done something similar, but did you take a look at http://www.programcreek.com/java-api-examples/index.php?class=javax.imageio.ImageWriteParam&method=setProgressiveMode ? There seems to be a related method in javax.imageio.ImageWriteParam, but sadly I cannot state if this route is a valid one or not...

mariobodemann avatar Mar 22 '17 15:03 mariobodemann

Hey @Fishbonelsy , another resource you might want to check out for inspiration is the new progressive JPEG decoding library that Twitter just open sourced. You also might want to check out this Android library provided by Facebook that Twitter claims is leverages.

loudmouth avatar Mar 23 '17 14:03 loudmouth