Computer Graphics and Multimedia

Computer Graphics and Multimedia is a field that focuses on the creation, manipulation, and representation of visual and interactive content using computers. It involves generating images, animations, and videos through techniques like rendering, modeling, and animation. Multimedia integrates various forms of media, such as text, audio, graphics, and video, to create engaging and interactive experiences. Applications include video games, virtual reality, film production, web design, and simulations. This field combines computer science, art, and design to innovate and enhance digital communication and entertainment.

42 questions and answers

1125 views

DDA Line generation Algorithm .

In any 2-Dimensional plane if we connect two points (x0, y0) and (x1, y1), we get a line segment. But in the case of computer graphics we can not directly join any two coordinate points, for that we should calculate intermediate point’s coordinate and put a pixel for each intermediate point, of the desired color with help of functions like putpixel(x, y, K) in C, where (x,y) is our co-ordinate and K denotes some color.

Super Admin
added 3 years ago
1184 views

Z-Buffer or Depth-Buffer method

When viewing a picture containing non transparent objects and surfaces, it is not possible to see those objects from view which are behind from the objects closer to eye. To get the realistic screen image, removal of these hidden surfaces is must.

Super Admin
added 3 years ago
1044 views

Different between Graphics Card and Video Card

A graphics card is a printed circuit board that houses a processor and a RAM. It is a piece of computer hardware that produces the image you see on a monitor. The visual part of the network helps in controlling and improving the pictures, videos, animations and other features.

Super Admin
added 3 years ago
1120 views

Compression of GIF images

GIF is not a data compression method. The original version of GIF is known as GIF87a. It is graphical image format that uses variant of LZW to compress the graphical data and allows to send image between different computers.

Super Admin
added 3 years ago
1100 views

Difference between LED and LCD

LED is a type of LCD that actually accompanies the advancement of technology. This replaces the fluorescent tube with backlight technology, which produces a clearer picture than the LCD. LED have wider viewing angle than the LCD.

Super Admin
added 3 years ago
1324 views

Mid-Point Circle Drawing Algorithm

We need to plot the perimeter points of a circle whose center co-ordinates and radius are given using the Mid-Point Circle Drawing Algorithm. We use the above algorithm to calculate all the perimeter points of the circle in the first octant and then print them along with their mirror points in the other octants.

Super Admin
added 3 years ago
2430 views

Difference Between Flood-fill and Boundary-fill Algorithm

Flood fill algorithm is also known as a seed fill algorithm. It determines the area which is connected to a given node in a multi-dimensional array. This algorithm works by filling or recolouring a selected area containing different colours at the inside portion and therefore the boundary of the image.

Super Admin
added 3 years ago
1084 views

Difference between MP4 and MP3

MP4 is a digital multimedia container format Mp3 is an audio coding format Extension used is .mp4 Extension used is .mp3

Super Admin
added 3 years ago
4071 views

What is Random-Scan Display ?

In Random-Scan Display electron beam is directed only to the areas of screen where a picture has to be drawn. It is also called vector displays, as it draws picture one line at time.

Super Admin
added 3 years ago
1701 views

What is Raster-Scan Displays ?

Raster Scan Displays are most common type of graphics monitor which employs CRT. It is based on television technology. In raster scan system electron beam sweeps across the screen, from top to bottom covering one row at a time.

Super Admin
added 3 years ago