Areas of Computer Graphics

As ancient says “ a pixel is worth thousand words”, graphics is essential everywhere to understand the things, concepts, etc easily. Computer graphics is useful in almost all part of our life Design and Drawing In almost all areas of engineering, be it civil, mechanical, electronic etc., drawings are of prime importance. In fact, drawing … Read more

computer Graphics

Computer graphics is an art of drawing pictures, lines, charts, etc using computers with the help of programming. Computer graphics is made up of number of pixels. Pixel is the smallest graphical picture or unit represented on the computer screen. Basically there are two types of computer graphics namely Interactive computer graphics: It is the … Read more

The Graphics Pipeline

The functioning of a standard graphics system is typically described by an abstraction called the graphics pipeline. The term “pipeline” is used because the transformation from mathematical model to pixels on the screen involves multiple steps, and in a typical architecture, these are performed in sequence; the results of one stage are pushed on to … Read more