ColorfulSoft / DeOldify.NET

C# implementation of Jason Antic's DeOldify
Apache License 2.0
303 stars 58 forks source link

DeOldify.NET v3 Big Update #32

Open GlebSBrykin opened 1 year ago

GlebSBrykin commented 1 year ago

Now we are starting work on a big update on DeOldify.NET, the result of which will be a release of DeOldify.NET v3. Below is an approximate list of tasks that are solved in the update.

johnbuuck commented 2 months ago

I would be most interested in support for video.

johnbuuck commented 2 months ago

Is there any idea of schedule for V3 to become available?

johnbuuck commented 2 months ago

During this adjustment to the DeOldify architecture, it would be nice if the static methods, fields, events associated with a given Colorize operation could become instance methods, fields, events on the DeOldify class so that multiple Colorize operations could execute concurrently on separate DeOldify instances.