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

Question: Are there any ports of this library to Java/Kotlin? #82

Open
AndroidDeveloperLB opened this issue Sep 1, 2021 · 4 comments
Open

Comments

@AndroidDeveloperLB
Copy link

As the title says.

I'm looking for a nice "image-enhancing" library that given an image and a target resolution could create an enhanced version of this image (having the new resolution).

I wish to use it on Android, and I don't think Python can be used so easily for Android.
If I'm wrong, please let me know how to do it on Android.

@sunatte-saad
Copy link

not possible on a phone, as it requires GPU to run. The possible way to do it is to run it a server having GPU and then create API's to interact with it using android

@AndroidDeveloperLB
Copy link
Author

AndroidDeveloperLB commented Nov 11, 2023

A phone has GPU, just on the same chip...
Are you saying it requires a lot of computing power?
What if I wish to check it out, to see if maybe the time it takes is ok?
If I want to enlarge some small images to about x3 of their sizes, for example...

@sunatte-saad
Copy link

Yes it takes lots of computing power. Also the architecture matters.
If you just want to check it out, you may use Google colab

@AndroidDeveloperLB
Copy link
Author

I meant to check out on Android

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