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

What version of .Net should i use with the Nuget package? #18

Closed paulfryer closed 5 years ago

paulfryer commented 5 years ago

I've tried every version of .Net I have in Visual Studio, each one is "not compatible" with the Nuget package.

What specific framework should I be using?

zavolokas commented 5 years ago

Sorry for the late response. According to the recent update of the library it should be compatible with many frameworks since it has been ported to the .NET Standard.