Knowledge in Raster graphics

Raster graphics

Accurate and appropriate data, printed study material Raster graphics

Computer Graphics-Scan Converting A Line

Here we learn about some of the concepts of Computer Graphics : Scan Converting A Line Digital Differential Analyzer Scan Converting A Line On raster system, lines are plotted with pixels, and step size (horizontal & vertical direction) are constrained by pixel separation. DDA Algorithm

Computer Graphics-Bresenham’s Line Algorithm

Here we learn about some of the concepts of Computer Graphics : Bresenham’s Line Algorithm A highly efficient incremental method for scan converting lines. Using only incremental integer calculation. DDA works with floating point arithmetic Rounding to integers necessary Bresenham’s algorithm uses integer arithmetic Constants need to be computed only once