Created
June 21, 2016 07:20
-
-
Save kirilkirkov/b13baec4b5142a527399693f8829547d to your computer and use it in GitHub Desktop.
Difference between png-Interlaced, jpg-progressive AND png-non-Interlaced, jpg-baseline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Author
kirilkirkov
commented
Jun 21, 2016
Very nice exemplification and explanation !
Thank you too.
Thank you! :)
Thanks so much for nice explanation with exemplars!
That was a good explanation!
Grateful, for saving my time.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment