Skip to content

Implementing two line scan-conversion algorithms: a Basic Line Scan-Conversion Algorithm and Bresenham's Line Drawing Algorithm.

Notifications You must be signed in to change notification settings

rdpett99/2D-Line-Scan-Conversion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Line-Scan-Conversion-Algs

Implementing two line scan-conversion algorithms: a Basic Line Scan-Conversion Algorithm and Bresenham's Line Drawing Algorithm.

In order to run these programs, you must have a version of Python that is 3.6+ and Pillow must be installed. For macOS you can install Pillow with the following command in the terminal:

python3 -m pip install --upgrade Pillow

About

Implementing two line scan-conversion algorithms: a Basic Line Scan-Conversion Algorithm and Bresenham's Line Drawing Algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages