zavolokas / Inpainting

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.
MIT License
368 stars 48 forks source link

Bump .NET version #47

Open xiaoxiae opened 2 years ago

xiaoxiae commented 2 years ago

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.