AlexeyShpavda / ComputerGraphics

Working with Images and Graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer graphics

Working with Images and Graphics

Includes

  • Line drawing (Bresenham's line algorithm)
  • Rotation of lines
  • Drawing polygons
  • Noise filters
  • Monochrome filter
  • Scaling bitmap
  • Rotation of bitmap

C# implementation