SlideShare a Scribd company logo
1 of 78
Download to read offline
Display Devices

Organized By: Vinay Arora
               Assistant Professor, CSED
               Thapar University, Patiala
Disclaimer

         This is NOT A COPYRIGHT                           MATERIAL
Content has been taken mainly from the following books & websites:

          Computer Graphics C Version By Donald Hearn, M. Pauline Baker
Schaum's outline of theory and problems of computer graphics By Zhigang Xiang, Roy A. Plastock
                Computer Graphics: Principles and Practice By James D. Foley
                         http://en.wikipedia.org/wiki/Computer_graphics
                         http://www.howstuffworks.com/3dgraphics.htm
                         http://www.graphics.cornell.edu/online/tutorial/
                                     http://www.cgarena.com/
                                               etc…




                                         Vinay Arora
                                         TU, CSED
Display Devices
   A Display Device is an Output device for presentation of Information
   for Visual reception.

   The Display Systems are often referred to as Video Monitor or Video
   Display Unit (VDU).

   Display Devices having CRT:-

        DVST – Direct View Storage Tube

        Random Scan

        Raster Scan

                                 Vinay Arora
                                 TU, CSED
Computer Monitor - External View




                Vinay Arora
                TU, CSED
Computer Monitor - Internal View




                Vinay Arora
                TU, CSED
CRT




      Vinay Arora
      TU, CSED
Electron Gun




               Vinay Arora
               TU, CSED
Electron Gun
   Heat is supplied to the cathode by the Filament.




                                 Vinay Arora
                                 TU, CSED
CRT - Operation of Electron Gun




               Vinay Arora
               TU, CSED
Positively Charged Metal (No Accelerating Anode)

    A positively charged metal coating on the inside of the CRT envelope
    near the phosphor screen.




                                 Vinay Arora
                                 TU, CSED
Electrostatic Deflection




                    Vinay Arora
                    TU, CSED
Magnetic Deflection




                  Vinay Arora
                  TU, CSED
Magnetic Coil




                Vinay Arora
                TU, CSED
CRT




      Vinay Arora
      TU, CSED
Brands of CRT




                Vinay Arora
                TU, CSED
Resolution




             Vinay Arora
             TU, CSED
Resolution




             Vinay Arora
             TU, CSED
Related Terms
   Fluorescence – Is the light emitted as electrons lose their excess energy
   while the Phosphor is being struck by electrons.



   Phosphorescence – Is the light given off by the return of the relatively
   more stable excited electrons to their unexcited state, once the electron
   beam excitation is removed.



   Persistence – Time from the removal of the excitation to the moment
   when Phosphorescence has decayed to 10% of the Initial Light Output.



                                  Vinay Arora
                                  TU, CSED
Raster Scan Display
   Raster Scan is the representation of images as a collection of pixels/dots
   (A Rectangular array of Points or Dots)

   Pixel: One Dot or Picture element of the Raster

   Scan Line: A Row of Pixels




                                  Vinay Arora
                                  TU, CSED
Raster Scan Display (contd.)
   In a Raster Scan System, the electron beam is swept across the screen,
   one row at a time from top to bottom.




                                 Vinay Arora
                                 TU, CSED
Raster Scan Display (contd.)
   Picture Definition is stored in a memory area called the Refresh Buffer
   or Frame Buffer.



   Refresh Buffer or Frame Buffer This memory area holds the set of
   intensity values for all the screen points.



   Stored Intensity values then retrieved from refresh buffer and “painted”
   on the screen one row (scan line) at a time.




                                  Vinay Arora
                                  TU, CSED
Raster Scan Display (contd.)




                 Vinay Arora
                 TU, CSED
Raster Drawing




                 Vinay Arora
                 TU, CSED
Architecture - Raster System
   In addition to the Central Processing Unit (CPU), a special processor,
   called the Video Controller or Display Controller, is used to control the
   operation of the Display Device.




                                  Vinay Arora
                                  TU, CSED
Architecture - Raster System (Conti…)

   A fixed area of the system memory is reserved for the frame buffer, and
   the video controller is given direct access to the frame buffer memory.




                                 Vinay Arora
                                 TU, CSED
Pixel Coordinate System
   In a Pixel Coordinate System the Pixel at the Lower Left corner of
   an image is considered to be at the origin (0,0).




                               Vinay Arora
                               TU, CSED
Cartesian Coordinates
   Screen Positions, are referenced in Cartesian Coordinates.

   Scan Lines are then labeled from ymax at the top of the screen to 0 at the
   bottom. Along each scan line, screen pixel positions are labeled from 0
   to xmax.




                                  Vinay Arora
                                  TU, CSED
Registers for Storing Coordinates




                 Vinay Arora
                 TU, CSED
Random Scan Display
   In a Random Scan Display, 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 (Vector
   Display, Stroke – Writing or Calligraphic Displays).

   Refresh rate depends on the number of lines to be displayed.

   Picture Definition is now stored as a Line-Drawing Commands an
   area of memory referred to as refresh display file (display list).

   To Display a Picture, the system cycle through the set of commands in
   the display file, drawing each component line in turn.

                                 Vinay Arora
                                 TU, CSED
Random Scan Display
   The component lines of a picture can be drawn and refreshed.




                                Vinay Arora
                                TU, CSED
Random Scan Drawing




              Vinay Arora
              TU, CSED
Architecture - Random System




                Vinay Arora
                TU, CSED
Random Scan Display
   Random Scan Displays are designed to draw all the component lines of
   a picture 30 to 60 times each second.




                                Vinay Arora
                                TU, CSED
Vector Drawing




                 Vinay Arora
                 TU, CSED
Random Scan Drawing
  Random scan displays are designed for line drawing applications and
  can not display realistic shaded scenes.




                               Vinay Arora
                               TU, CSED
View of Raster/Random




                Vinay Arora
                TU, CSED
Bitmap / Pixmap
   A 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.

   On a Black-and-White System with one bit per pixel, the Frame Buffer
   is called BITMAP.

   For system with multiple bits per pixel, the Frame Buffer is called
   PIXMAP.

   Sometimes, refresh rates are described in unit of cycles per second, or
   Hertz (HZ)


                                  Vinay Arora
                                  TU, CSED
Color CRT Monitors
   A CRT monitor displays color pictures by using a combination of
   phosphors that emit different   COLOR lights.
   Methods:-


        1. Beam Penetration

        2. Shadow Mask




                                   Vinay Arora
                                   TU, CSED
Beam Penetration Method
   Used with Random Scan monitors.

   Two layers of phosphor (red and green) are coated onto the inside of the
   CRT screen.

   The display color depends on how far the electron beam penetrates
   into the phosphor layers.

   The speed of the electrons, and the screen color at any point, is
   controlled by the beam acceleration voltage.




                                  Vinay Arora
                                  TU, CSED
Beam Penetration Method (contd.)
   Only 4 colors are possible (red, green, orange, and yellow).

   Quality of pictures is not as good as with other methods.




                                  Vinay Arora
                                  TU, CSED
Shadow Mask Method
  The color CRT has:-

  Three color phosphor dots (red, green and blue) at each point on the
  screen.

  Three electron guns, each controlling the display of red, green and
  blue light.

  2 Methods for Implementation:-

       1. Delta Method.
       2. Inline Method.


                                 Vinay Arora
                                 TU, CSED
Shadow Mask Method (contd.)
   Used in raster scan system (including color TV)

   We obtain color variations by varying the intensity levels of the three
   electron beam.

   Designed as RGB monitors.


   High quality raster graphics system have 24 bits per pixel in the frame
   buffer (a Full Color System or a True Color System)




                                  Vinay Arora
                                  TU, CSED
Shadow Mask – Delta Method




               Vinay Arora
               TU, CSED
Delta Method




               Vinay Arora
               TU, CSED
Shadow Mask – Inline Method




                Vinay Arora
                TU, CSED
In Line Method




                 Vinay Arora
                 TU, CSED
Dot Pitch




            Vinay Arora
            TU, CSED
Flat Panel Displays
   A class of video devices that have reduce volume and weight compared
   to a CRT.

   A significant feature of Flat Panel Displays is that they are thinner than
   CRTs.

   Current uses for Flat Panel Displays:

        Small TV monitors
        Calculators
        Pocket video games
        Laptop computers
        Advertisement board in elevators
                                   Vinay Arora
                                   TU, CSED
Flat CRT
   Electron beams are accelerated parallel to the screen, then deflected 90Âş
   to the screen.




                                  Vinay Arora
                                  TU, CSED
Plasma Panel
   A layer of gas (usually neon) is sandwiched between two glass plates.




                                 Vinay Arora
                                 TU, CSED
Plasma Panel (Conti…)




               Vinay Arora
               TU, CSED
Plasma Panel (Conti…)
   By applying high voltage to a pair of horizontal & vertical conductors, a
   small section of the gas at the intersection of the conductors break down
   into glowing plasma of electrons and ions.




                                  Vinay Arora
                                  TU, CSED
Thin Film Electroluminescent
   The region between the glass plates is filled with a phosphor, such as
   zinc sulfide doped with manganese.




                                  Vinay Arora
                                  TU, CSED
Light Emitting Diode (LED)
   A matrix of diodes is arranged to form the pixel positions in the display,
   and picture definition is stored in a refresh buffer.

   Information is read from the refreshed buffer and converted to voltage
   levels that are applied to the diodes to produce the light patterns in the
   display.




                                   Vinay Arora
                                   TU, CSED
Liquid Crystal Displays (LCD)
   Used in small systems, such as calculators, laptop computers.

   Produce a picture by passing polarized light (from the surrounding
   or from an internal light source) through a liquid-crystal material that
   can be aligned to either block or transmit the light.

   Two glass plates, each containing a light polarizer at right angles to the
   other plate, sandwich the liquid crystal materials.

   Rows of horizontal transparent conductor & columns of vertical
   conductors (put into glass plates)



                                   Vinay Arora
                                   TU, CSED
LCD Display




              Vinay Arora
              TU, CSED
Off State
   To turn off the pixel, we apply a voltage to the two intersecting
   conductor to align the molecules so that the light is not twisted.




                                   Vinay Arora
                                   TU, CSED
On State
   Polarized light passing through the material is twisted so that it
   will pass through the opposite polarizer.




                                   Vinay Arora
                                   TU, CSED
Vinay Arora
TU, CSED
Color Model




              Vinay Arora
              TU, CSED
The RGB Color Model
  R, G, and B represent the colors produced by red, green and blue
  phosphors, respectively.




                                Vinay Arora
                                TU, CSED
Color Depth, Bit Depth
   The number of discrete intensities that the video card is capable of
   generating for each color determines the maximum number of colors
   that can be displayed.

   The Number of Memory Bits required to store color information
   (intensity values for all three primary color components) about a pixel is
   called COLOR DEPTH or BIT DEPTH.

   A minimum of one memory bit (color depth=1) is required to store
   intensity value either 0 or 1 for every screen pixel.


   If there are n pixels in an image a total of n bits memory used for storing
   intensity values (in a pure black & white image)

                                   Vinay Arora
                                   TU, CSED
Bit Plane
   The block of memory which stores (or is mapped with) intensity values
   for each pixel (B& W image) is called a Bit Plane or Bitmap.




                                Vinay Arora
                                TU, CSED
3 Bit Color Display
   Color or gray levels can be achieved in the display using additional bit
   planes.




                                  Vinay Arora
                                  TU, CSED
N Bit Planes & True Color
   The result for n bits per pixel (color depth=n) is a collection of n bit
   planes (2n colors or gray shades at every pixel)


   For TRUE COLOR three bytes of information are used, one for each
   of the red, blue and green signals that make a pixel.

   A byte can hold 256 different values and so 256 intensities setting are
   possible for each electron gun which mean each primary color can have
   256 intensities (256*256*256 color possible)




                                   Vinay Arora
                                   TU, CSED
True Color




             Vinay Arora
             TU, CSED
Frame Buffer




               Vinay Arora
               TU, CSED
Look Up Table (LUT)




               Vinay Arora
               TU, CSED
Frame Buffer with LUT




                Vinay Arora
                TU, CSED
Frame Buffer with LUT (Conti…)




                Vinay Arora
                TU, CSED
General Terms
   Modeling Coordinates

   World Coordinates

   Device Coordinates

   Geometric Transformations

   Viewing Transformations

   GKS (Graphics Kernel System)

   PHIGS/PHIGS+ (Programmer’s Hierarchical Interactive Graphics Standard)

                                  Vinay Arora
                                  TU, CSED
Transformation Sequence




                Vinay Arora
                TU, CSED
Horizontal/Vertical Retrace
   Horizontal Retrace: The return to the left of the screen, after refreshing
   each scan line.

   Vertical Retrace: At the end of each frame the electron beam returns to
   the top left corner of the screen to begin/start again.




                                  Vinay Arora
                                  TU, CSED
Interlacing
   On some raster systems (TV), each frame is displays in two passes using
   an interlaced refresh procedure.




                                 Vinay Arora
                                 TU, CSED
Interlacing - Example




                 Vinay Arora
                 TU, CSED
Aspect Ratio
   The ASPECT RATIO of an image is the ratio of the width of the image
   to its height, measured in Unit length or number of pixels. e.g. 2 x 2 inch
   image and a 512 x 512 image would have an Aspect ratio of 1




                                  Vinay Arora
                                  TU, CSED
Resolution


   Can be defined as the Number of Pixels per unit Length.



   Normally Image Size is given as Total Number of pixels in Horizontal
   direction times the Total number of pixels in Vertical direction.
   e.g. 512 x 512, 1024 x 768 etc.




                                 Vinay Arora
                                 TU, CSED
Thnx…



  Vinay Arora
  TU, CSED

More Related Content

What's hot

Attributes of Output Primitives
Attributes of Output PrimitivesAttributes of Output Primitives
Attributes of Output PrimitivesRenita Santhmayora
 
Window to viewport transformation
Window to viewport transformationWindow to viewport transformation
Window to viewport transformationAnkit Garg
 
Raster scan displays ppt
Raster scan displays pptRaster scan displays ppt
Raster scan displays pptABHISHEK KUMAR
 
3 d viewing projection
3 d viewing  projection3 d viewing  projection
3 d viewing projectionPooja Dixit
 
Multimedia color in image and video
Multimedia color in image and videoMultimedia color in image and video
Multimedia color in image and videoMazin Alwaaly
 
CASE tools and their effects on software quality
CASE tools and their effects on software qualityCASE tools and their effects on software quality
CASE tools and their effects on software qualityUtkarsh Agarwal
 
Color image processing
Color image processingColor image processing
Color image processingrmsurya
 
Video display devices
Video display devicesVideo display devices
Video display devicesMohd Arif
 
Graphic hardware and software
Graphic hardware and softwareGraphic hardware and software
Graphic hardware and softwarerafhat
 
2D transformation (Computer Graphics)
2D transformation (Computer Graphics)2D transformation (Computer Graphics)
2D transformation (Computer Graphics)Timbal Mayank
 
HSL & HSV colour models
HSL & HSV colour modelsHSL & HSV colour models
HSL & HSV colour modelsVishnu RC Vijayan
 
Color Models Computer Graphics
Color Models Computer GraphicsColor Models Computer Graphics
Color Models Computer Graphicsdhruv141293
 
Back face detection
Back face detectionBack face detection
Back face detectionPooja Dixit
 
Raster Scan display
Raster Scan displayRaster Scan display
Raster Scan displayLokesh Singrol
 
Input devices in computer graphics
Input devices in computer graphicsInput devices in computer graphics
Input devices in computer graphicsAnu Garg
 
applications of computer graphics
applications of computer graphicsapplications of computer graphics
applications of computer graphicsAaina Katyal
 

What's hot (20)

Attributes of Output Primitives
Attributes of Output PrimitivesAttributes of Output Primitives
Attributes of Output Primitives
 
Window to viewport transformation
Window to viewport transformationWindow to viewport transformation
Window to viewport transformation
 
Depth Buffer Method
Depth Buffer MethodDepth Buffer Method
Depth Buffer Method
 
Raster scan displays ppt
Raster scan displays pptRaster scan displays ppt
Raster scan displays ppt
 
3 d viewing projection
3 d viewing  projection3 d viewing  projection
3 d viewing projection
 
Multimedia color in image and video
Multimedia color in image and videoMultimedia color in image and video
Multimedia color in image and video
 
CRT (Cathode ray tube)
CRT (Cathode ray tube)CRT (Cathode ray tube)
CRT (Cathode ray tube)
 
CASE tools and their effects on software quality
CASE tools and their effects on software qualityCASE tools and their effects on software quality
CASE tools and their effects on software quality
 
Color image processing
Color image processingColor image processing
Color image processing
 
Video display devices
Video display devicesVideo display devices
Video display devices
 
Graphic hardware and software
Graphic hardware and softwareGraphic hardware and software
Graphic hardware and software
 
2D transformation (Computer Graphics)
2D transformation (Computer Graphics)2D transformation (Computer Graphics)
2D transformation (Computer Graphics)
 
HSL & HSV colour models
HSL & HSV colour modelsHSL & HSV colour models
HSL & HSV colour models
 
Color Models Computer Graphics
Color Models Computer GraphicsColor Models Computer Graphics
Color Models Computer Graphics
 
Back face detection
Back face detectionBack face detection
Back face detection
 
Color models
Color modelsColor models
Color models
 
Color models
Color modelsColor models
Color models
 
Raster Scan display
Raster Scan displayRaster Scan display
Raster Scan display
 
Input devices in computer graphics
Input devices in computer graphicsInput devices in computer graphics
Input devices in computer graphics
 
applications of computer graphics
applications of computer graphicsapplications of computer graphics
applications of computer graphics
 

Viewers also liked

Introduction to Computer graphics
Introduction to Computer graphics Introduction to Computer graphics
Introduction to Computer graphics PrathimaBaliga
 
3 d projections
3 d projections3 d projections
3 d projectionsMohd Arif
 
Display devices CRT and LCD screen
Display devices CRT and LCD screenDisplay devices CRT and LCD screen
Display devices CRT and LCD screenManoj Harsule
 
3 d geometric transformations
3 d geometric transformations3 d geometric transformations
3 d geometric transformationsMohd Arif
 
2 d geometric transformations
2 d geometric transformations2 d geometric transformations
2 d geometric transformationsMohd Arif
 
Computer Graphics Notes
Computer Graphics NotesComputer Graphics Notes
Computer Graphics NotesGurpreet singh
 
3D Geometric Transformations
3D Geometric Transformations3D Geometric Transformations
3D Geometric TransformationsIshan Parekh
 
transformation 3d
transformation 3dtransformation 3d
transformation 3dHiteshJain007
 
Video display device
Video display deviceVideo display device
Video display devicemissagrata
 
2 d transformations by amit kumar (maimt)
2 d transformations by amit kumar (maimt)2 d transformations by amit kumar (maimt)
2 d transformations by amit kumar (maimt)Amit Kapoor
 
Computer Graphics Notes (B.Tech, KUK, MDU)
Computer Graphics Notes (B.Tech, KUK, MDU)Computer Graphics Notes (B.Tech, KUK, MDU)
Computer Graphics Notes (B.Tech, KUK, MDU)Rajesh Kamboj
 
Projection In Computer Graphics
Projection In Computer GraphicsProjection In Computer Graphics
Projection In Computer GraphicsSanu Philip
 
2 d transformations and homogeneous coordinates
2 d transformations and homogeneous coordinates2 d transformations and homogeneous coordinates
2 d transformations and homogeneous coordinatesTarun Gehlot
 
Random scan displays and raster scan displays
Random scan displays and raster scan displaysRandom scan displays and raster scan displays
Random scan displays and raster scan displaysSomya Bagai
 
3d transformation computer graphics
3d transformation computer graphics 3d transformation computer graphics
3d transformation computer graphics University of Potsdam
 
Notes 2D-Transformation Unit 2 Computer graphics
Notes 2D-Transformation Unit 2 Computer graphicsNotes 2D-Transformation Unit 2 Computer graphics
Notes 2D-Transformation Unit 2 Computer graphicsNANDINI SHARMA
 
liquid crystal display
liquid crystal displayliquid crystal display
liquid crystal displayDinesh Pasi
 
3D transformation in computer graphics
3D transformation in computer graphics3D transformation in computer graphics
3D transformation in computer graphicsSHIVANI SONI
 

Viewers also liked (20)

Introduction to Computer graphics
Introduction to Computer graphics Introduction to Computer graphics
Introduction to Computer graphics
 
lecture1 introduction to computer graphics(Computer graphics tutorials)
lecture1 introduction to computer graphics(Computer graphics tutorials)lecture1 introduction to computer graphics(Computer graphics tutorials)
lecture1 introduction to computer graphics(Computer graphics tutorials)
 
3 d projections
3 d projections3 d projections
3 d projections
 
Display devices CRT and LCD screen
Display devices CRT and LCD screenDisplay devices CRT and LCD screen
Display devices CRT and LCD screen
 
3 d geometric transformations
3 d geometric transformations3 d geometric transformations
3 d geometric transformations
 
2 d geometric transformations
2 d geometric transformations2 d geometric transformations
2 d geometric transformations
 
Computer Graphics Notes
Computer Graphics NotesComputer Graphics Notes
Computer Graphics Notes
 
3D Geometric Transformations
3D Geometric Transformations3D Geometric Transformations
3D Geometric Transformations
 
transformation 3d
transformation 3dtransformation 3d
transformation 3d
 
Video display device
Video display deviceVideo display device
Video display device
 
2 d transformations by amit kumar (maimt)
2 d transformations by amit kumar (maimt)2 d transformations by amit kumar (maimt)
2 d transformations by amit kumar (maimt)
 
Computer Graphics Notes (B.Tech, KUK, MDU)
Computer Graphics Notes (B.Tech, KUK, MDU)Computer Graphics Notes (B.Tech, KUK, MDU)
Computer Graphics Notes (B.Tech, KUK, MDU)
 
Projection In Computer Graphics
Projection In Computer GraphicsProjection In Computer Graphics
Projection In Computer Graphics
 
2 d transformations and homogeneous coordinates
2 d transformations and homogeneous coordinates2 d transformations and homogeneous coordinates
2 d transformations and homogeneous coordinates
 
Random scan displays and raster scan displays
Random scan displays and raster scan displaysRandom scan displays and raster scan displays
Random scan displays and raster scan displays
 
2d/3D transformations in computer graphics(Computer graphics Tutorials)
2d/3D transformations in computer graphics(Computer graphics Tutorials)2d/3D transformations in computer graphics(Computer graphics Tutorials)
2d/3D transformations in computer graphics(Computer graphics Tutorials)
 
3d transformation computer graphics
3d transformation computer graphics 3d transformation computer graphics
3d transformation computer graphics
 
Notes 2D-Transformation Unit 2 Computer graphics
Notes 2D-Transformation Unit 2 Computer graphicsNotes 2D-Transformation Unit 2 Computer graphics
Notes 2D-Transformation Unit 2 Computer graphics
 
liquid crystal display
liquid crystal displayliquid crystal display
liquid crystal display
 
3D transformation in computer graphics
3D transformation in computer graphics3D transformation in computer graphics
3D transformation in computer graphics
 

Similar to CG - Display Devices

C Prog. - Introduction to Hardware, Software, Algorithm & Flowchart
C Prog. - Introduction to Hardware, Software, Algorithm & FlowchartC Prog. - Introduction to Hardware, Software, Algorithm & Flowchart
C Prog. - Introduction to Hardware, Software, Algorithm & Flowchartvinay arora
 
Introduction to computer graphics part 1
Introduction to computer graphics part 1Introduction to computer graphics part 1
Introduction to computer graphics part 1Ankit Garg
 
Cgmm introduction
Cgmm introductionCgmm introduction
Cgmm introductionSIRT BHOPAL
 
Graphics display devices
Graphics display devicesGraphics display devices
Graphics display devicesalldesign
 
Randomscandisplaysandrasterscandisplays 130930115124-phpapp01
Randomscandisplaysandrasterscandisplays 130930115124-phpapp01Randomscandisplaysandrasterscandisplays 130930115124-phpapp01
Randomscandisplaysandrasterscandisplays 130930115124-phpapp01mahammed rashid
 
Unit i
Unit  iUnit  i
Unit iposhika
 
Overview of Graphics System
Overview of Graphics SystemOverview of Graphics System
Overview of Graphics SystemPrathimaBaliga
 
Overview of the graphics system
Overview of the graphics systemOverview of the graphics system
Overview of the graphics systemKamal Acharya
 
Displaydevices graphics
Displaydevices graphicsDisplaydevices graphics
Displaydevices graphicssuhail ahmad
 
lect-2.ppt
lect-2.pptlect-2.ppt
lect-2.pptDeivendran2
 
Computer Graphics
Computer GraphicsComputer Graphics
Computer GraphicsSanthiNivas
 
Overview-of-GraphicsSystem@2334444_5.ppt
Overview-of-GraphicsSystem@2334444_5.pptOverview-of-GraphicsSystem@2334444_5.ppt
Overview-of-GraphicsSystem@2334444_5.pptvijaybhasker26
 
ITFT-Video display devices
ITFT-Video display devicesITFT-Video display devices
ITFT-Video display devicesShifali Sharma
 
Types of scanners
Types of scannersTypes of scanners
Types of scannersPramoda Raj
 

Similar to CG - Display Devices (20)

Lecture 2&3
Lecture 2&3 Lecture 2&3
Lecture 2&3
 
C Prog. - Introduction to Hardware, Software, Algorithm & Flowchart
C Prog. - Introduction to Hardware, Software, Algorithm & FlowchartC Prog. - Introduction to Hardware, Software, Algorithm & Flowchart
C Prog. - Introduction to Hardware, Software, Algorithm & Flowchart
 
Display technology
Display technologyDisplay technology
Display technology
 
Introduction to computer graphics part 1
Introduction to computer graphics part 1Introduction to computer graphics part 1
Introduction to computer graphics part 1
 
Cgmm introduction
Cgmm introductionCgmm introduction
Cgmm introduction
 
Graphics display devices
Graphics display devicesGraphics display devices
Graphics display devices
 
Cg Chap 02
Cg Chap 02Cg Chap 02
Cg Chap 02
 
Randomscandisplaysandrasterscandisplays 130930115124-phpapp01
Randomscandisplaysandrasterscandisplays 130930115124-phpapp01Randomscandisplaysandrasterscandisplays 130930115124-phpapp01
Randomscandisplaysandrasterscandisplays 130930115124-phpapp01
 
Unit 1
Unit 1Unit 1
Unit 1
 
Unit i
Unit  iUnit  i
Unit i
 
Overview of Graphics System
Overview of Graphics SystemOverview of Graphics System
Overview of Graphics System
 
Overview of the graphics system
Overview of the graphics systemOverview of the graphics system
Overview of the graphics system
 
Computer Graphics - Introduction and CRT Devices
Computer Graphics - Introduction and CRT DevicesComputer Graphics - Introduction and CRT Devices
Computer Graphics - Introduction and CRT Devices
 
Displaydevices graphics
Displaydevices graphicsDisplaydevices graphics
Displaydevices graphics
 
lect-2.ppt
lect-2.pptlect-2.ppt
lect-2.ppt
 
Computer Graphics
Computer GraphicsComputer Graphics
Computer Graphics
 
Overview-of-GraphicsSystem@2334444_5.ppt
Overview-of-GraphicsSystem@2334444_5.pptOverview-of-GraphicsSystem@2334444_5.ppt
Overview-of-GraphicsSystem@2334444_5.ppt
 
ITFT-Video display devices
ITFT-Video display devicesITFT-Video display devices
ITFT-Video display devices
 
Input / Output Devices
Input / Output DevicesInput / Output Devices
Input / Output Devices
 
Types of scanners
Types of scannersTypes of scanners
Types of scanners
 

More from vinay arora

Search engine and web crawler
Search engine and web crawlerSearch engine and web crawler
Search engine and web crawlervinay arora
 
Use case diagram (airport)
Use case diagram (airport)Use case diagram (airport)
Use case diagram (airport)vinay arora
 
Use case diagram
Use case diagramUse case diagram
Use case diagramvinay arora
 
Lab exercise questions (AD & CD)
Lab exercise questions (AD & CD)Lab exercise questions (AD & CD)
Lab exercise questions (AD & CD)vinay arora
 
SEM - UML (1st case study)
SEM - UML (1st case study)SEM - UML (1st case study)
SEM - UML (1st case study)vinay arora
 
6 java - loop
6  java - loop6  java - loop
6 java - loopvinay arora
 
4 java - decision
4  java - decision4  java - decision
4 java - decisionvinay arora
 
3 java - variable type
3  java - variable type3  java - variable type
3 java - variable typevinay arora
 
2 java - operators
2  java - operators2  java - operators
2 java - operatorsvinay arora
 
1 java - data type
1  java - data type1  java - data type
1 java - data typevinay arora
 
Uta005 lecture3
Uta005 lecture3Uta005 lecture3
Uta005 lecture3vinay arora
 
Uta005 lecture1
Uta005 lecture1Uta005 lecture1
Uta005 lecture1vinay arora
 
Uta005 lecture2
Uta005 lecture2Uta005 lecture2
Uta005 lecture2vinay arora
 
Security & Protection
Security & ProtectionSecurity & Protection
Security & Protectionvinay arora
 
Process Synchronization
Process SynchronizationProcess Synchronization
Process Synchronizationvinay arora
 
CG - Output Primitives
CG - Output PrimitivesCG - Output Primitives
CG - Output Primitivesvinay arora
 
CG - Input Output Devices
CG - Input Output DevicesCG - Input Output Devices
CG - Input Output Devicesvinay arora
 
CG - Introduction to Computer Graphics
CG - Introduction to Computer GraphicsCG - Introduction to Computer Graphics
CG - Introduction to Computer Graphicsvinay arora
 
C Prog. - Strings (Updated)
C Prog. - Strings (Updated)C Prog. - Strings (Updated)
C Prog. - Strings (Updated)vinay arora
 
C Prog. - Structures
C Prog. - StructuresC Prog. - Structures
C Prog. - Structuresvinay arora
 

More from vinay arora (20)

Search engine and web crawler
Search engine and web crawlerSearch engine and web crawler
Search engine and web crawler
 
Use case diagram (airport)
Use case diagram (airport)Use case diagram (airport)
Use case diagram (airport)
 
Use case diagram
Use case diagramUse case diagram
Use case diagram
 
Lab exercise questions (AD & CD)
Lab exercise questions (AD & CD)Lab exercise questions (AD & CD)
Lab exercise questions (AD & CD)
 
SEM - UML (1st case study)
SEM - UML (1st case study)SEM - UML (1st case study)
SEM - UML (1st case study)
 
6 java - loop
6  java - loop6  java - loop
6 java - loop
 
4 java - decision
4  java - decision4  java - decision
4 java - decision
 
3 java - variable type
3  java - variable type3  java - variable type
3 java - variable type
 
2 java - operators
2  java - operators2  java - operators
2 java - operators
 
1 java - data type
1  java - data type1  java - data type
1 java - data type
 
Uta005 lecture3
Uta005 lecture3Uta005 lecture3
Uta005 lecture3
 
Uta005 lecture1
Uta005 lecture1Uta005 lecture1
Uta005 lecture1
 
Uta005 lecture2
Uta005 lecture2Uta005 lecture2
Uta005 lecture2
 
Security & Protection
Security & ProtectionSecurity & Protection
Security & Protection
 
Process Synchronization
Process SynchronizationProcess Synchronization
Process Synchronization
 
CG - Output Primitives
CG - Output PrimitivesCG - Output Primitives
CG - Output Primitives
 
CG - Input Output Devices
CG - Input Output DevicesCG - Input Output Devices
CG - Input Output Devices
 
CG - Introduction to Computer Graphics
CG - Introduction to Computer GraphicsCG - Introduction to Computer Graphics
CG - Introduction to Computer Graphics
 
C Prog. - Strings (Updated)
C Prog. - Strings (Updated)C Prog. - Strings (Updated)
C Prog. - Strings (Updated)
 
C Prog. - Structures
C Prog. - StructuresC Prog. - Structures
C Prog. - Structures
 

Recently uploaded

How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxChelloAnnAsuncion2
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 

Recently uploaded (20)

How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptxGrade 9 Q4-MELC1-Active and Passive Voice.pptx
Grade 9 Q4-MELC1-Active and Passive Voice.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 

CG - Display Devices

  • 1. Display Devices Organized By: Vinay Arora Assistant Professor, CSED Thapar University, Patiala
  • 2. Disclaimer This is NOT A COPYRIGHT MATERIAL Content has been taken mainly from the following books & websites: Computer Graphics C Version By Donald Hearn, M. Pauline Baker Schaum's outline of theory and problems of computer graphics By Zhigang Xiang, Roy A. Plastock Computer Graphics: Principles and Practice By James D. Foley http://en.wikipedia.org/wiki/Computer_graphics http://www.howstuffworks.com/3dgraphics.htm http://www.graphics.cornell.edu/online/tutorial/ http://www.cgarena.com/ etc… Vinay Arora TU, CSED
  • 3. Display Devices A Display Device is an Output device for presentation of Information for Visual reception. The Display Systems are often referred to as Video Monitor or Video Display Unit (VDU). Display Devices having CRT:- DVST – Direct View Storage Tube Random Scan Raster Scan Vinay Arora TU, CSED
  • 4. Computer Monitor - External View Vinay Arora TU, CSED
  • 5. Computer Monitor - Internal View Vinay Arora TU, CSED
  • 6. CRT Vinay Arora TU, CSED
  • 7. Electron Gun Vinay Arora TU, CSED
  • 8. Electron Gun Heat is supplied to the cathode by the Filament. Vinay Arora TU, CSED
  • 9. CRT - Operation of Electron Gun Vinay Arora TU, CSED
  • 10. Positively Charged Metal (No Accelerating Anode) A positively charged metal coating on the inside of the CRT envelope near the phosphor screen. Vinay Arora TU, CSED
  • 11. Electrostatic Deflection Vinay Arora TU, CSED
  • 12. Magnetic Deflection Vinay Arora TU, CSED
  • 13. Magnetic Coil Vinay Arora TU, CSED
  • 14. CRT Vinay Arora TU, CSED
  • 15. Brands of CRT Vinay Arora TU, CSED
  • 16. Resolution Vinay Arora TU, CSED
  • 17. Resolution Vinay Arora TU, CSED
  • 18. Related Terms Fluorescence – Is the light emitted as electrons lose their excess energy while the Phosphor is being struck by electrons. Phosphorescence – Is the light given off by the return of the relatively more stable excited electrons to their unexcited state, once the electron beam excitation is removed. Persistence – Time from the removal of the excitation to the moment when Phosphorescence has decayed to 10% of the Initial Light Output. Vinay Arora TU, CSED
  • 19. Raster Scan Display Raster Scan is the representation of images as a collection of pixels/dots (A Rectangular array of Points or Dots) Pixel: One Dot or Picture element of the Raster Scan Line: A Row of Pixels Vinay Arora TU, CSED
  • 20. Raster Scan Display (contd.) In a Raster Scan System, the electron beam is swept across the screen, one row at a time from top to bottom. Vinay Arora TU, CSED
  • 21. Raster Scan Display (contd.) Picture Definition is stored in a memory area called the Refresh Buffer or Frame Buffer. Refresh Buffer or Frame Buffer This memory area holds the set of intensity values for all the screen points. Stored Intensity values then retrieved from refresh buffer and “painted” on the screen one row (scan line) at a time. Vinay Arora TU, CSED
  • 22. Raster Scan Display (contd.) Vinay Arora TU, CSED
  • 23. Raster Drawing Vinay Arora TU, CSED
  • 24. Architecture - Raster System In addition to the Central Processing Unit (CPU), a special processor, called the Video Controller or Display Controller, is used to control the operation of the Display Device. Vinay Arora TU, CSED
  • 25. Architecture - Raster System (Conti…) A fixed area of the system memory is reserved for the frame buffer, and the video controller is given direct access to the frame buffer memory. Vinay Arora TU, CSED
  • 26. Pixel Coordinate System In a Pixel Coordinate System the Pixel at the Lower Left corner of an image is considered to be at the origin (0,0). Vinay Arora TU, CSED
  • 27. Cartesian Coordinates Screen Positions, are referenced in Cartesian Coordinates. Scan Lines are then labeled from ymax at the top of the screen to 0 at the bottom. Along each scan line, screen pixel positions are labeled from 0 to xmax. Vinay Arora TU, CSED
  • 28. Registers for Storing Coordinates Vinay Arora TU, CSED
  • 29. Random Scan Display In a Random Scan Display, 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 (Vector Display, Stroke – Writing or Calligraphic Displays). Refresh rate depends on the number of lines to be displayed. Picture Definition is now stored as a Line-Drawing Commands an area of memory referred to as refresh display file (display list). To Display a Picture, the system cycle through the set of commands in the display file, drawing each component line in turn. Vinay Arora TU, CSED
  • 30. Random Scan Display The component lines of a picture can be drawn and refreshed. Vinay Arora TU, CSED
  • 31. Random Scan Drawing Vinay Arora TU, CSED
  • 32. Architecture - Random System Vinay Arora TU, CSED
  • 33. Random Scan Display Random Scan Displays are designed to draw all the component lines of a picture 30 to 60 times each second. Vinay Arora TU, CSED
  • 34. Vector Drawing Vinay Arora TU, CSED
  • 35. Random Scan Drawing Random scan displays are designed for line drawing applications and can not display realistic shaded scenes. Vinay Arora TU, CSED
  • 36. View of Raster/Random Vinay Arora TU, CSED
  • 37. Bitmap / Pixmap A 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. On a Black-and-White System with one bit per pixel, the Frame Buffer is called BITMAP. For system with multiple bits per pixel, the Frame Buffer is called PIXMAP. Sometimes, refresh rates are described in unit of cycles per second, or Hertz (HZ) Vinay Arora TU, CSED
  • 38. Color CRT Monitors A CRT monitor displays color pictures by using a combination of phosphors that emit different COLOR lights. Methods:- 1. Beam Penetration 2. Shadow Mask Vinay Arora TU, CSED
  • 39. Beam Penetration Method Used with Random Scan monitors. Two layers of phosphor (red and green) are coated onto the inside of the CRT screen. The display color depends on how far the electron beam penetrates into the phosphor layers. The speed of the electrons, and the screen color at any point, is controlled by the beam acceleration voltage. Vinay Arora TU, CSED
  • 40. Beam Penetration Method (contd.) Only 4 colors are possible (red, green, orange, and yellow). Quality of pictures is not as good as with other methods. Vinay Arora TU, CSED
  • 41. Shadow Mask Method The color CRT has:- Three color phosphor dots (red, green and blue) at each point on the screen. Three electron guns, each controlling the display of red, green and blue light. 2 Methods for Implementation:- 1. Delta Method. 2. Inline Method. Vinay Arora TU, CSED
  • 42. Shadow Mask Method (contd.) Used in raster scan system (including color TV) We obtain color variations by varying the intensity levels of the three electron beam. Designed as RGB monitors. High quality raster graphics system have 24 bits per pixel in the frame buffer (a Full Color System or a True Color System) Vinay Arora TU, CSED
  • 43. Shadow Mask – Delta Method Vinay Arora TU, CSED
  • 44. Delta Method Vinay Arora TU, CSED
  • 45. Shadow Mask – Inline Method Vinay Arora TU, CSED
  • 46. In Line Method Vinay Arora TU, CSED
  • 47. Dot Pitch Vinay Arora TU, CSED
  • 48. Flat Panel Displays A class of video devices that have reduce volume and weight compared to a CRT. A significant feature of Flat Panel Displays is that they are thinner than CRTs. Current uses for Flat Panel Displays: Small TV monitors Calculators Pocket video games Laptop computers Advertisement board in elevators Vinay Arora TU, CSED
  • 49. Flat CRT Electron beams are accelerated parallel to the screen, then deflected 90Âş to the screen. Vinay Arora TU, CSED
  • 50. Plasma Panel A layer of gas (usually neon) is sandwiched between two glass plates. Vinay Arora TU, CSED
  • 51. Plasma Panel (Conti…) Vinay Arora TU, CSED
  • 52. Plasma Panel (Conti…) By applying high voltage to a pair of horizontal & vertical conductors, a small section of the gas at the intersection of the conductors break down into glowing plasma of electrons and ions. Vinay Arora TU, CSED
  • 53. Thin Film Electroluminescent The region between the glass plates is filled with a phosphor, such as zinc sulfide doped with manganese. Vinay Arora TU, CSED
  • 54. Light Emitting Diode (LED) A matrix of diodes is arranged to form the pixel positions in the display, and picture definition is stored in a refresh buffer. Information is read from the refreshed buffer and converted to voltage levels that are applied to the diodes to produce the light patterns in the display. Vinay Arora TU, CSED
  • 55. Liquid Crystal Displays (LCD) Used in small systems, such as calculators, laptop computers. Produce a picture by passing polarized light (from the surrounding or from an internal light source) through a liquid-crystal material that can be aligned to either block or transmit the light. Two glass plates, each containing a light polarizer at right angles to the other plate, sandwich the liquid crystal materials. Rows of horizontal transparent conductor & columns of vertical conductors (put into glass plates) Vinay Arora TU, CSED
  • 56. LCD Display Vinay Arora TU, CSED
  • 57. Off State To turn off the pixel, we apply a voltage to the two intersecting conductor to align the molecules so that the light is not twisted. Vinay Arora TU, CSED
  • 58. On State Polarized light passing through the material is twisted so that it will pass through the opposite polarizer. Vinay Arora TU, CSED
  • 60. Color Model Vinay Arora TU, CSED
  • 61. The RGB Color Model R, G, and B represent the colors produced by red, green and blue phosphors, respectively. Vinay Arora TU, CSED
  • 62. Color Depth, Bit Depth The number of discrete intensities that the video card is capable of generating for each color determines the maximum number of colors that can be displayed. The Number of Memory Bits required to store color information (intensity values for all three primary color components) about a pixel is called COLOR DEPTH or BIT DEPTH. A minimum of one memory bit (color depth=1) is required to store intensity value either 0 or 1 for every screen pixel. If there are n pixels in an image a total of n bits memory used for storing intensity values (in a pure black & white image) Vinay Arora TU, CSED
  • 63. Bit Plane The block of memory which stores (or is mapped with) intensity values for each pixel (B& W image) is called a Bit Plane or Bitmap. Vinay Arora TU, CSED
  • 64. 3 Bit Color Display Color or gray levels can be achieved in the display using additional bit planes. Vinay Arora TU, CSED
  • 65. N Bit Planes & True Color The result for n bits per pixel (color depth=n) is a collection of n bit planes (2n colors or gray shades at every pixel) For TRUE COLOR three bytes of information are used, one for each of the red, blue and green signals that make a pixel. A byte can hold 256 different values and so 256 intensities setting are possible for each electron gun which mean each primary color can have 256 intensities (256*256*256 color possible) Vinay Arora TU, CSED
  • 66. True Color Vinay Arora TU, CSED
  • 67. Frame Buffer Vinay Arora TU, CSED
  • 68. Look Up Table (LUT) Vinay Arora TU, CSED
  • 69. Frame Buffer with LUT Vinay Arora TU, CSED
  • 70. Frame Buffer with LUT (Conti…) Vinay Arora TU, CSED
  • 71. General Terms Modeling Coordinates World Coordinates Device Coordinates Geometric Transformations Viewing Transformations GKS (Graphics Kernel System) PHIGS/PHIGS+ (Programmer’s Hierarchical Interactive Graphics Standard) Vinay Arora TU, CSED
  • 72. Transformation Sequence Vinay Arora TU, CSED
  • 73. Horizontal/Vertical Retrace Horizontal Retrace: The return to the left of the screen, after refreshing each scan line. Vertical Retrace: At the end of each frame the electron beam returns to the top left corner of the screen to begin/start again. Vinay Arora TU, CSED
  • 74. Interlacing On some raster systems (TV), each frame is displays in two passes using an interlaced refresh procedure. Vinay Arora TU, CSED
  • 75. Interlacing - Example Vinay Arora TU, CSED
  • 76. Aspect Ratio The ASPECT RATIO of an image is the ratio of the width of the image to its height, measured in Unit length or number of pixels. e.g. 2 x 2 inch image and a 512 x 512 image would have an Aspect ratio of 1 Vinay Arora TU, CSED
  • 77. Resolution Can be defined as the Number of Pixels per unit Length. Normally Image Size is given as Total Number of pixels in Horizontal direction times the Total number of pixels in Vertical direction. e.g. 512 x 512, 1024 x 768 etc. Vinay Arora TU, CSED
  • 78. Thnx… Vinay Arora TU, CSED