0% found this document useful (0 votes)
23 views

3.output Primitives: - Raster Display

The document discusses two types of digital image output: raster display and vector display. Raster display scans each screen row and turns on pixels that match the image file's coordinates. Vector display directly accesses coordinates and sets individual pixels, avoiding a full row scan. Both output types depict digital images as collections of pixels located via x-y screen coordinates and specified by color and intensity data in image files.

Uploaded by

shubham
Copyright
© © All Rights Reserved
0% found this document useful (0 votes)
23 views

3.output Primitives: - Raster Display

The document discusses two types of digital image output: raster display and vector display. Raster display scans each screen row and turns on pixels that match the image file's coordinates. Vector display directly accesses coordinates and sets individual pixels, avoiding a full row scan. Both output types depict digital images as collections of pixels located via x-y screen coordinates and specified by color and intensity data in image files.

Uploaded by

shubham
Copyright
© © All Rights Reserved
You are on page 1/ 1

3.

Output Primitives
INTRO:

The diagrams or images generated digitally are nothing but collection of pixels and their
colours . For depicting these pixels the display screen is divided into x-y coordinates and an
image file contains these coordinates and their colour and intensity as data.
The origin on the screen is represented by the left upper corner of the screen the
positive x axis is towards the right and the positive yaxis is towards below .
There are two ways for displaying these pixels:
-Raster display :
In this type each row of screen is scanned and compared with the image coordinates,if
they match then the pixel is set on with the colour specified in the image file.
-Vector display:
In this type of display instead of scanning the whole row ,this type directly access the
coordinates and set the pixel at that point.

You might also like