Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kirilkirkov/b13baec4b5142a527399693f8829547d to your computer and use it in GitHub Desktop.
Save kirilkirkov/b13baec4b5142a527399693f8829547d to your computer and use it in GitHub Desktop.
Difference between png-Interlaced, jpg-progressive AND png-non-Interlaced, jpg-baseline
Interlaced image loads an early degraded version of the whole image as soon as possible and then progressively renders the image to clear state.
Non-interlaced image will load up in tiles showing clear image in each tile as it progresses to load in the image.
For .jpg the interlaced = progressive and not interlaced = baseline.
@jdalk
Copy link

jdalk commented Feb 28, 2020

Thank you too.

@dashaluna
Copy link

Thank you! :)

@nguyenit67
Copy link

Thanks so much for nice explanation with exemplars!

@hassanmash
Copy link

That was a good explanation!

@open-codebranch
Copy link

Grateful, for saving my time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment