Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 240 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 240 Bytes

image_processing

Some basic JavaScript/HTML5 Canvas based image processing stuff. Just for fun.

Plans:

  • Convolution function
  • Grayscale
  • Mean blur
  • Gaussian blur
  • Sobel edge detection
  • (... Who knows what the future may hold?)