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

Image.ANTIALIAS python problem [Solved] #63

Open
mgalvi opened this issue Dec 7, 2023 · 3 comments
Open

Image.ANTIALIAS python problem [Solved] #63

mgalvi opened this issue Dec 7, 2023 · 3 comments

Comments

@mgalvi
Copy link

mgalvi commented Dec 7, 2023

For anyone with problems generating images I just changed Image.ANTIALIAS to Image.LANCZOS in all instances inside moutracks/images/main.py.

I'm just creating the issue to announce this.

Take a look at this awesome result

180 Clicks (LMB) - Jet

@huntfx
Copy link
Owner

huntfx commented Dec 7, 2023

Cool render and thanks for finding a workaround :)
The whole codebase kinda stopped being supported after Python 3.7 (I see a few other errors attempting to run for 3.10) - at some point I need to do a complete rewrite and bring everything up to date.

Just for the sake of comparison if you decide to keep the script running, here's mine after a few years:

16755499 Clicks (Combined) - Jet

@mgalvi
Copy link
Author

mgalvi commented Dec 7, 2023

I think you've done an awesome job with this tool. I had a few drawbacks in launching for the first time because I'm not very good at coding but the outcome from this project is really interesting. Worth it to keep it running on the bg.

@huntfx
Copy link
Owner

huntfx commented Dec 7, 2023

Thanks, and yeah I'm sadly aware launching it for the first time isn't easy, would have been happy to help out.

My rewrite plan is to build everything from the ground up with GUI support being a big focus so that anyone can use it. I likely won't have any free time super soon, but you've motivated me a bit to start up again at some point lol.

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