CG Unit2
CG Unit2
1
V. S. Patel College of Arts & Science, Computer Graphics
B.C.A. Self-finance, Bilimora By Samkit R. Shah
The primary component of electron gun in a CRT are the heated metal
cathode and a control grid. Heat is supplied to the cathode by directing a current via
the coil of wire called filament. This causes electrons to be “boiled off” the hot
cathode surface. In the vacuum inside the CRT envelope, the free, negatively charged
electrons are then accelerated toward the phosphor coating by a high positive
voltage.
The focusing system in a CRT is needed to force the electron beam to
converge into a small spot as it strikes the phosphor. Generally, the focusing system
is accomplished with either electric or magnetic fields. This system is commonly used
in television or computer monitor.
2
V. S. Patel College of Arts & Science, Computer Graphics
B.C.A. Self-finance, Bilimora By Samkit R. Shah
The most common type of graphics monitor CRT is the raster-scan display, based on
television technology. In a raster scan system, the electron beam is swept across the
screen, one row at a time from top to bottom. As the electron beam move across
each row, the beam intensity is turned on and off to create a pattern of illuminated
spot. Picture definition is stored in a memory area called refresh buffer or frame
buffer. This memory area holds the set of intensity values for all the screen points.
Stored intensity values are then retrieved from the refresh buffer and painted on
screen one row (Scan Line) at a time. Each screen point is referred to as a pixel or
picture element. The capability of a raster scan system to store intensity information
for each screen point makes it well suited for the realistic display of scenes
containing shading and color pattern. Home television sets and printers are example
of other systems using raster scan methods.
3
V. S. Patel College of Arts & Science, Computer Graphics
B.C.A. Self-finance, Bilimora By Samkit R. Shah
Intensity range for pixel positions depends on the capability of the raster system. In a
simple black and white system, each screen point is either on or off, so only one bit
per pixel is needed to control the intensity of screen positions. For this system, a bit
value 1 indicates that the electron beam is to be turned on at that position and a
value 0 indicates that the beam intensity is to be off.
Other bits are needed when color and intensity variations can be displayed. Up to 24
bits per pixel are included in high quality systems, which can require several MB of
storage for the frame buffer, depending on the resolution of the system. A system
with 24 bits per pixel and a screen resolution of 1024 by 1024 requires 3 MB of
storage of frame buffer.
On a black and white system with one bit per pixel, the frame buffer is commonly
called a bitmap. For system with multiple bits per pixel, the frame buffer is often
called as a pixmap.
4
V. S. Patel College of Arts & Science, Computer Graphics
B.C.A. Self-finance, Bilimora By Samkit R. Shah
When operated as a random-scan display unit, a CRT has the electron beam directed
only to the parts of the screen where a picture is to be drawn.
Random scan monitors draw a picture one line at a time and for this reason are also
referred to as vector displays (or stroke-writing or calligraphic displays).
5
V. S. Patel College of Arts & Science, Computer Graphics
B.C.A. Self-finance, Bilimora By Samkit R. Shah
To display a specified picture, the system cycles through the set of commands in the
display file, drawing each component line in turn. After all line drawing command
have been processed, the system cycle back to the first line of the command in the
list.
Random-scan systems are designed for line drawing applications and cannot display
realistic shaded scenes. Since picture definition is stored as a set of line drawing
instructions and not as a set of intensity values for all screen points, vector displays
generally have higher resolution than raster systems.
Also, vector displays produce smooth line drawings because the CRT beam directly
follows the line path. A raster system, produced a jagged lines.
A CRT monitor displays color pictures by using a combination of phosphors that emit
different-colored light. By combining the emitted light from the different phosphors,
a range of colors can be generated. The two basic techniques for producing color
displays with a CRT are the beam-penetration method and the shadow-mask
method.
The beam-penetration method for displaying color pictures has been used with
random-scan monitors.
Two layers of phosphor, usually red and green, are coated onto the inside of the CRT
screen, and the displayed color depends on how far the electron beam penetrates
into the phosphor layers.
A beam of very fast electrons penetrates through the green layer and excites the
outer red layer.
At intermediate beam speeds, combinations of red and green light are emitted to
show two additional colors, orange and yellow. The speed of electrons and adjust
screen colors at any points, is controlled by the beam acceleration voltage.
6
V. S. Patel College of Arts & Science, Computer Graphics
B.C.A. Self-finance, Bilimora By Samkit R. Shah
Shadow-mask methods are commonly used in raster scan systems (including color
TV) because they produce a much wider range of colors than the beam penetration
method.
A shadow-mask CRT has three phosphor color dots at each pixel position. One
phosphor dot emits a red light, another emits a green light, and the third emits a
blue light.
This type of CRT has three electron guns, one for each color dot, and a shadow-mask
grid just behind the phosphor-coated screen.
The three electron beams are deflected and focused as a group onto the shadow
mask, which contains a series of holes aligned with the phosphor-dot patterns.
When the three beams pass through a hole in the shadow mask, they activate a dot
triangle, which appears as a small color spot on the screen.
7
V. S. Patel College of Arts & Science, Computer Graphics
B.C.A. Self-finance, Bilimora By Samkit R. Shah
One, the primary gun, is used to store the picture pattern and the flood gun maintain
the picture display. A primary gun produces high speed electrons which strike on the
storage grid to draw the picture pattern.
The continuous low speed electrons from flood guns pass through the control grid
and are attached to the storage grid.
Advantages of DVST
Disadvantages of DVST
DVST do not display colors.
Erasing requires removal of entire picture on the storage grid. Thus erasing &
redrawing process take several seconds.
Erasing of selected portion of the screen is not possible.
Due to these disadvantages storage displays have been largely replaced by raster
system.
8
V. S. Patel College of Arts & Science, Computer Graphics
B.C.A. Self-finance, Bilimora By Samkit R. Shah
LCD stands for Liquid Crystal Display monitor. LCD was introduced in the 1970’s. It is
also called flat panel monitor. It is now applied to display terminal also. Its
advantages are low energy consumption, smaller and lighter weight. It is well suited
for usage in portable computers (Laptop). LCD technology can be found in digital
watches and computer monitors also.
LCD display use two sheets of polarizing material with a liquid crystal solution
between them. An electronic current passes through the liquid causes the crystals to
align so that light cannot pass through them. Each crystal acts as a shutter, either
allowing light to pass through or blocking the light. Color LCD display uses two basic
technologies for producing color.
This type of LCD display uses a grid of conductive metal to charge each pixel.
Although they are less expensive to produce, passive matrix monitors are rarely used
today due to the technology’s slow response time and inaccurate voltage control
compared to active matrix technology.
9
V. S. Patel College of Arts & Science, Computer Graphics
B.C.A. Self-finance, Bilimora By Samkit R. Shah
It is expensive. Most LCD displays use active matrix technology. A thin film transistor
(TFT) arranges tiny transistor and capacitor in matrix on the glass of the display. To
address particular pixel, the proper row is switched in, and then a charge is sent
down the correct column. Since all of the rows that column intersects are turn off,
only capacitor at the designated pixel receive a charge. The capacitor is able to hold
the charge until the next refresh cycle.
1. Require less power:- CRT displays are somewhat power hungry, at about 100
watts for a typical 19 inch display. The average is about 45 watts for a 19 inch
LCD display. LCDs, also produce less heat.
2. Smaller and Weigh less:- An LCD monitor is significantly thinner and lighter
than a CRT monitor, typically weighing less than half as much. In addition, you
can mount an LCD on arm or a wall, which also takes up less desktop space.
3. More adjustable:-LCD displays are much more adjustable than CRT displays.
4. Less eye strain:- Because LCD displays turn each pixel off individually, they do
not produce flicker like CRT displays do.
10
V. S. Patel College of Arts & Science, Computer Graphics
B.C.A. Self-finance, Bilimora By Samkit R. Shah
Viewable Angle From Any angle From frond end side only
11