Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Samaraweera207

2 Comments

Sorted by latest first Latest Oldest Best

 

@Speyer780

"Interlacing" means that it draws (I'm pulling numbers out of the air) every fifth line (line 5, 10, 15), then every fourth line (line 4, 9, 14), then every third line, etc. until the image is filled in, rather than drawing line 1, 2, 3, 4, 5, etc. in order. This allows a sketchy version of the image to come in gradually and fill in until it's completed. Drawing the lines in order means you get the image from the top down.

Lollero's visual is an excellent demonstration.

10% popularity Vote Up Vote Down


 

@Jamie315

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.




.gif follows the same idea.
For .jpg the interlaced = progressive and not interlaced = baseline.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme