Display Processor in Computer Graphics Last Updated : 30 Sep, 2022 Summarize Comments Improve Suggest changes Share Like Article Like Report Display Processor is the interpreter or a hardware that converts display processor code into picture. The Display Processor converts the digital information from CPU to analog values. The main purpose of the Digital Processor is to free the CPU from most of the graphic chores. The Display Processor digitize a picture definitions given in an application program into a set of pixel intensity values for storage in the frame buffer. This digitization process is called Scan Conversion. Silent features of Display Processor: Display processors includes functions such as generating various line styles, displaying color area and performing transformations and manipulations on display object. Display Processor was used before the GPU (Graphics Display Processor). Video Controller is the most widely used Display device that is based on CRT (Cathode Ray Tube). In addition with the system memory, Display Processor have a separate memory area. Display Devices: There are large number of Display Devices available to free the CPU from graphic chores: Refresh Cathode Ray Tube Random Scan and Raster Scan Color CRT Monitors Direct View Storage Tubes Flat Panel Display Lookup Table Comment More infoAdvertise with us Next Article Projections in Computer Graphics S SakshiBhakhra Follow Improve Article Tags : Computer Graphics computer-graphics Similar Reads Plasma Display Panel in Computer Graphics The first plasma displays that were available were technically televisions because they did not have TV tuners. The television tuner is the device that converts a television signal from a cable wire or any other means into a video image. Since the plasma displays lacked tuners, they were used as sim 3 min read Projections in Computer Graphics Representing an n-dimensional object into an n-1 dimension is known as projection. It is process of converting a 3D object into 2D object, we represent a 3D object on a 2D plane {(x,y,z)->(x,y)}. It is also defined as mapping or transforming of the object in projection plane or view plane. When g 5 min read Vector Graphics in Computer Graphics Vector graphics are a flexible and scalable way to create images using mathematical equations and geometric shapes, unlike pixel-based raster graphics. This method ensures that images maintain high quality and sharpness at any size, making them ideal for logos, illustrations, and other designs. In t 6 min read Segments in Computer Graphics Introduction : Introduction segments are a fundamental concept in computer graphics, used to represent the basic building blocks of a graphical scene. They are commonly used in 2D graphics to represent lines or curves that connect two or more points. An introduction segment is defined by two endpoin 8 min read Introduction to Computer Graphics The term 'Computer Graphics' was coined by Verne Hudson and William Fetter from Boeing who were pioneers in the field. Computer graphics is a dynamic and essential field within computing that involves the creation, manipulation, and rendering of visual content using computers.In today's digital era, 5 min read Filtering in Computer Graphics Computer graphics are everywhere in todayâs world. From movies and video games to websites and digital art, they are used to create visuals that are more exciting and engaging. A key part of computer graphics is filtering. It is used to modify images, adding effects to enhance their aesthetic appeal 6 min read Like