
Wikidata facts
- Image
- Top-left triangle rasterization rule.gif
Show 1 more fact
- Commons category
- Rasterization
Sources (1)
via Wikidata · CC0
~5 min read
Article
10 sectionsContents
- Etymology
- 2D images
- Line primitives
- Circle primitives
- 3D images
- Triangle rasterization
- Quality
- See also
- References
- External links
thumb|right|200px|Raster graphic image
In computer graphics, rasterisation (British English) or rasterization (American English) is the task of taking an image described in a vector graphics format (shapes) and converting it into a raster image (a series of pixels, dots or lines, which, when displayed together, create the image which was represented via shapes). The rasterized image may then be displayed on a computer display, video display or printer, or stored in a bitmap file format. Rasterization may refer to the technique of drawing 3D models, or to the conversion of 2D rendering primitives, such as polygons and line segments, into a rasterized format.