When referring to a computer monitor or other display, what do you mean by interlace or interlacing?
feedback
|
migrated from stackoverflow.com Jan 11 '10 at 6:32
This question came from our site for professional and enthusiast programmers.
|
On a CRT monitor (before LCD that is) the image on the screen is drawn as lines across the screen in a scanning pattern from top to bottom. If HALF the lines are draw in one 'scan', then the other half in a second scan, it's known as interlacing. It has the advantage that the electronics can run at a slower speed, and the user's eye/brain combines the two images to give a single image. | |||||||
feedback
|
|
Interlacing is a display technique that enables a monitor to provide more resolution inexpensively. With interlacing monitors, the electron guns draw only half the horizontal lines with each pass (for example, all odd lines on one pass and all even lines on the next pass). Because an interlacing monitor refreshes only half the lines at one time, it can display twice as many lines per refresh cycle, giving it greater resolution. Therefore, Interlacing provides the same resolution as non-interlacing, but does it less expensively. | |||
|
feedback
|
|
Interlace is a technique of improving the picture quality of a video signal primarily on CRT devices without consuming extra bandwidth. CRT production is declining and interlacing causes problems on certain display devices such as LCDs. | |||
|
feedback
|