Posts

Showing posts with the label monitor

What is NTSC and PAL ?

Image
 Most countries in North and South America, including the US and Canada, utilize the National Television Standards Committee (NTSC) format, while Europe, Australia and parts of Asia use a competing format called Phase Alternating Line (PAL). The major distinction between these two formats is the rate at which a broadcast is displayed on a TV screen: NTSC displays at 30 frames per second (fps), while PAL provides 25 fps. Each format also uses a different number of lines on an old analog TV display when showing the signal, creating two different resolutions. The widespread adoption of High-Definition Televisions (HDTVs) by many consumers has not eliminated this difference, however, since older broadcasting methods have influenced digital signal playback. Primary Difference The differences between these formats really start with the electrical power system behind the transmissions viewed on a TV. In the US and countries like Canada and Mexico, electric...

What is Bitmap Image?

Image
A bitmap is one of many types of file formats for images stored in a computerized form. It carries the extension .BMP . Computers use bits of 1 and 0 to store data. A bitmap is literally a map of bits that form a particular picture when rendered to a display like a computer monitor . To understand how a bitmap image displays, it’s important to understand the computer display screen. The display is made up of rows and columns of tiny blocks, or pixels . In a bitmap image, each pixel is assigned at least one bit to indicate whether the pixel should reflect the background color, the foreground color, or some other color. In the case of a page of black and white text, let’s consider a single letter. The many pixels that make up that letter only require one bit of data each. Either the pixel will be black or white: 1 or 0. When a bitmap displays a colored image, such as a lake scene, there are several shades of gradation in colors and lighting. In this case, each pix...