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

Implement HD textures conversion #422

Open
tonihele opened this issue Nov 6, 2022 · 2 comments
Open

Implement HD textures conversion #422

tonihele opened this issue Nov 6, 2022 · 2 comments

Comments

@tonihele
Copy link
Owner

tonihele commented Nov 6, 2022

Implement HD textures conversion. This would work with a command line arg, such as -hd. The command line arg would add a new asset location to primarily use HD assets. And the asset conversion process needs a new task, AI upscaling of images. This would also be a conditional step and normally wouldn't be done.

So what we need is:

  • Support conditional conversion tasks
  • Implement AI driven image upscaling (use one of the trained models from the Internet)
@Trass3r
Copy link
Contributor

Trass3r commented Nov 13, 2022

Does it really make sense to bake this into the app?
A separate script may be enough, though there are many different tools. Maybe a section in the Readme or wiki is more appropriate.

@tonihele
Copy link
Owner Author

Maybe you are right. I just found this easy solution to do it. Although the trained models would increase the package/distribution size quite a bit.... At least first we should fix #343.

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

No branches or pull requests

2 participants