词条 | Planar (computer graphics) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
释义 |
In computer graphics, planar is the method of representing pixel colors with several bitplanes of RAM. Each bit in a bitplane is related to one pixel on the screen. Unlike chunky, high color, or true color graphics, the whole dataset for an individual pixel isn't in one specific location in RAM, but spread across the bitplanes that make up the display. This scheme originated in the early days of computer graphics. The memory chips of this era can not supply data fast enough on their own to generate a picture on a TV screen or monitor from a large framebuffer.[1] By splitting the data up into multiple planes, each plane can be stored on a separate memory chip. These chips can then be read in parallel at a slower rate, allowing graphical display on modest hardware. The EGA video adapter on early IBM PC computers uses planar arrangement in color graphical modes for this reason. The later VGA includes one non-planar mode which sacrifices memory efficiency for more convenient access.[2] For example, on a chunky display, each byte represents one pixel. Three pixels in a row are stored as follows, where up to 256 different colors are available:
Whereas a planar data store could use 2 bitplanes, providing for a 4 color display:
Adding a third plane makes 23=8 colors available. Where fewer than 256 colors are needed, planar graphics are more economical in RAM compared with 8-bit chunky graphics, as there are no unused bits in a given byte. A disadvantage of planar graphics is that more RAM address cycles are needed for scrolling and animations, although these operations can be made faster by dedicated hardware such as the blitter chips used in Amiga and some later Atari ST computers.{{Citation needed|date=June 2014}} See also
References1. ^{{cite book | first = David F. | last = Rogers | title = Procedural Elements for Computer Graphics | publisher = McGraw-Hill | year = 1985 | page = 13 | isbn = 0-07-053534-5 }} {{DEFAULTSORT:Planar (Computer Graphics)}}2. ^{{cite web|url=http://wiki.osdev.org/VGA_Hardware|title=VGA Hardware - OSDev Wiki|website=wiki.osdev.org|accessdate=September 4, 2017}} 2 : Computer graphics|Amiga |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。