Chapter 1
Chapter 1
Chapter 1
102045611-Computer
Graphics and Design
Contents
Metacreation Painter
Examples :
• Electronic painting
• Picture painted electronically on
a graphics tablet (digitizer) using a stylus
• Cordless, pressure sensitive stylus
• Morphing
• A graphics method in which one object is
transformed into another
4.Entertainment
• Movie Industry
• Used in motion pictures, music
videos, and television shows.
• Used in making of cartoon
animation films.
Graphics objects are combined with the actors and live
scenes.
Graphics Software
• In Fortran:
CALL GPL(N, X, Y) // Where X & Y are 1-D
array of coordinate values for line endpoints.
• In C:
ppolyline(n, pts); // where pts is a list of
coordinates end point positions.
Limitations of PHIGS:
• Although PHIGS presents a specification for basic
graphics functions, it does not provide a standard methodology for
a graphics interface to output devices.
• Nor does it specify methods for storing and transmitting pictures.
• Separate standards have been developed for these areas.
• Computer Graphics Interface (CGI) system:
Standardization for device interface methods is given in the
(CGI) system.
• Computer Graphics Metafile (CGM) system: It specifies
standards for archiving and transporting pictures.