This repository contains matrix multiplication implementation in C# and its usage for basic image transformations like rotation, stretching, flipping and color density changing.
A full explanation is available on my blog here: # Matrix Multiplication in C# - Applying Transformations to Images https://justlikemagic.home.blog/2021/03/30/matrix-multiplication/
There are three projects in the repository:
- LinearImageTransformations: The core transformations code.
- LinearImageTransformations.WebApp: ASP.NET Core implementation of the transformation tool.
- LinearImageTransformations.WinApp: WinForms implementation of the transformation tool.
The implementation is also included in the linear algebra problems component, Elsheimy.Components.Linears, available on: