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

Use Tkinter PhotoImage instead of Pillow for PNG #148

Open
dvarkin-ru opened this issue Oct 10, 2024 · 0 comments
Open

Use Tkinter PhotoImage instead of Pillow for PNG #148

dvarkin-ru opened this issue Oct 10, 2024 · 0 comments

Comments

@dvarkin-ru
Copy link

If Pillow is used only for zoom and crop, then hacked PhotoImage can be used instead to reduce the list of dependencies for non-satellite maps.
It can be done like this: https://discuss.python.org/t/add-additional-options-for-the-tkinters-photoimage-copy-method/51598
I know that jpeg is also needed, but it looks very interesting, so I decided to write.

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

1 participant