imago

GoImage Processing

This was my attempt at implementing different image scaling algorithms as my introduction to Image Processing. I managed to implement Linear Interpolation and Nearest Neighbor Interpolation in go:

The source code for this can be found on GitHub.