I have a task to combine 2 images one considered the static other the "moving" image. They are taken like cameras standing next to each other of the same object.
I need to do this in C# and it needs to be OS independent, as it will need to run on linux.
For other similar requirements in the project I am using SixLabors.ImageSharp library. But I just cannot seem to find a place to start. I am software engineer mostly focusing on business applications, I do not have large experience in theese kind of advanced image transformations.