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

ord requires str not int #418

Closed
4l3x2k opened this issue Aug 21, 2020 · 1 comment
Closed

ord requires str not int #418

4l3x2k opened this issue Aug 21, 2020 · 1 comment

Comments

@4l3x2k
Copy link
Contributor

4l3x2k commented Aug 21, 2020

Picon scaling does not work in infobar. ord requires str not int.

self.im_info["transparency"] = list(map(ord, s))

I do not know whether it is better to create a new issue, but

seem not to be required anymore with python pillow. Disable the patched functions also fixes lcd4linux showing picons from hotio that can be downloaded here https://github.com/picons/picons/releases.

I would suggest removing these patched functions. I do not have had any further issues so far in displaying pngs.

Do I need to check / test something special?

@atvcaptain
Copy link
Member

yes looks its a old hack for png8 files with old pil from 2010, can now removed

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