briandonahue / FluxJpeg.Core

Clone of fjcore library that seems to be stagant on google code
http://code.google.com/p/fjcore/
20 stars 10 forks source link

Progressive JPEG #20

Open skir opened 7 years ago

skir commented 7 years ago

Is it possible to decode sequential (baseline) jpeg and encode it as progressive via this library?

anders9ustafsson commented 7 years ago

@skir I am sorry, but as far as I know (I was not the original author) only baseline decoding and encoding is supported.

skir commented 7 years ago

@anders9ustafsson I have read the decoder code and found that it supports progressive SOF2 too. But I stuck in encoding process. And I am not sure how to specify baseline/progressive type.

skir commented 7 years ago

@anders9ustafsson Oh, I see. Encoder supports only baseline SOF0.