Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeOldify.NET v3 Big Update #32

Open
GlebSBrykin opened this issue Oct 11, 2023 · 3 comments
Open

DeOldify.NET v3 Big Update #32

GlebSBrykin opened this issue Oct 11, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@GlebSBrykin
Copy link
Member

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.

  • New interface with High DPI support (including on Windows 7 operating system and Linux family systems). Improvements are planned related to the display of results and the loading of source data. Many ideas are borrowed from the message by @regs01 in A few UI requests or suggestions #21 (comment)
  • Batch image processing
  • Render factor specification
  • Optimization in the computing core (new convolution algorithm, improvement of matrix multiplication, etc.)
  • Combining all versions into one with the ability to switch in the graphical interface
  • SharpDevelop and VisualStudio support (.csproj and .sln)
  • [wanted] Official macOS support
  • CLI version
@GlebSBrykin GlebSBrykin added the enhancement New feature or request label Oct 11, 2023
@johnbuuck
Copy link

I would be most interested in support for video.

@johnbuuck
Copy link

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

@johnbuuck
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@johnbuuck @GlebSBrykin and others