Want to remove something(someone) from a photo as it never was there? This is .NET implementation of content-aware fill. It smartly fills in unwanted or missing areas of photographs.
For usage with newer .NET versions, it might be a good idea to bump the version from 2.0 to the most recent (6.0).
Changing the versions didn't seem to break the API (the project still compiles), but I haven't been able to test it since System.Drawing doesn't work on Linux with newer releases, which is another related issue.
For usage with newer .NET versions, it might be a good idea to bump the version from 2.0 to the most recent (6.0).
Changing the versions didn't seem to break the API (the project still compiles), but I haven't been able to test it since
System.Drawing
doesn't work on Linux with newer releases, which is another related issue.