That's great. I have two more questions if you don't mind:1- As far as I understood we'll need to re-encode existing WebP images when this feature is implemented. Will there be a faster option to re-encode existing WebPs to "progressive WebP" ?2- As this seems a breaking change, will this cause additional split in image format as we'll have to keep both version for older browsers and newer ones ?
Hi,
On Mar 22, 2013 9:20 AM, "Ufuk Altinok" <ufuka...@gmail.com> wrote:
>
> That's great. I have two more questions if you don't mind:
>
> 1- As far as I understood we'll need to re-encode existing WebP images when this feature is implemented. Will there be a faster option to re-encode existing WebPs to "progressive WebP" ?
Be aware that there's two concepts with similar naming here:
. incremental decoding: this is just a decoder-side 'trick'. We try to show pixels as soon as possible. This doesn't require a format change.
. progressive decoding: this is the multi-layer mechanism that allow progressive refinement of the image. This needs a format iteration and new specification using the reserved chunks...
I know this thread is old but I'm interested in "progressive WebP" (in comparison to progressive JPEG). What is the status of the implementation?
does handle vp8 (webm) no scaling (global moving) outside the i or b-frames?
exists any way to use the algos from FLIF-format for progressive saving?