Computer Graphics

Unit 1

LED, OLED, Curved LED display in Computer Graphics

LED, OLED, Curved LED display in Computer Graphics

An LED display is a type of flat-panel display technology that uses light-emitting diodes (LEDs) to produce light and create images. LED displays are commonly used in various electronic devices, including

Read more

Aliasing and Antialiasing in Computer Graphics

Aliasing and Antialiasing in Computer Graphics

In computer graphics, aliasing causes jagged edges. Antialiasing smoothens visuals for a more appealing look.

Read more

Bresenham’s Circle Drawing Algorithm in Computer Graphics

Bresenham’s Circle Drawing Algorithm in Computer Graphics

Bresenham's Circle Drawing Algorithm is a scan conversion technique based on incremental calculations, derived from Bresenham's Line Drawing Algorithm

Read more

Interactive and Non Interactive graphics in Computer Graphics

Interactive and Non Interactive graphics in Computer Graphics

Interactive graphics let users control and change visuals in real-times. Non-interactive graphics show pre-made visuals without user control.

Read more

Raster and Random Scan display in Computer Graphics

Raster and Random Scan display in Computer Graphics

Random scan excels in precise vector graphics with real-time interactivity, while raster scan dominates modern computing.

Read more

 Bresenham's Line Algorithm  in Computer Graphics

Bresenham's Line Algorithm in Computer Graphics

Bresenham's Line Algorithm is an efficient method used to draw a straight line between two points in computer graphics. The primary goal of this algorithm is to.

Read more

What is Computer Graphics?

What is Computer Graphics?

Computer graphics is a fascinating field that involves creating and editing visual images using computers.

Read more

Applications of Computer Graphics

Applications of Computer Graphics

Computer Graphics (CG) is widely applied in various fields due to its ability to create visual representations of data and models. some key applications of CG:

Read more

Conceptual Framework for Interactive Graphics

Conceptual Framework for Interactive Graphics

The framework for interactive graphics shows how data from an application is processed and displayed as visuals on a screen. With the help of the application..

Read more

DDA (Digital Differential Analyzer) Algorithm Computer Graphics

DDA (Digital Differential Analyzer) Algorithm Computer Graphics

Digital Differential Analyzer (DDA) algorithm is a straightforward method for scan-converting lines in computer graphics. It calculates the intermediate points

Read more