Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

On some occassion, Google Chrome download a line (of maybe 20px) at a time and display it right away. So the picture is rendered from top to bottom. Using html tag results in this.

On other occasion, Google Chrome displays a picture from facebook photos in an interleaving way, first a bit grainy, and then it becomes clearer as more data has been downloaded.

This way the picture is displayed wholly at first with low resolution and the resolution is getting higher as if it's being streamed.

Is there a special tag to do this "streaming" ?

share|improve this question

1 Answer

up vote 0 down vote accepted

The correct word is "interlace" - when you save the image in some web formats (.jpeg for example), you often have the option to save it interlaced - I know this option exists in Photoshop's "Save for Web".

So it's not an html tag - it's the way the image is encoded. And then the browser has to be capable of "streaming" interlaced images (most modern ones are).

Hope this helps

share|improve this answer
thanks for the "interlace". why don't I see this every time i try to view a jpg image in Google chrome ? – portoalet Nov 10 '11 at 15:40
Because few people bother to interlace their images - it's an archaic technique that belongs to the age of dial-up modems, and interlacing actually increases the image file size sometimes – Val Redchenko Nov 10 '11 at 16:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.