-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Optimize the brightness contrast adjustment #1443
Conversation
what error do you get on windows from get_long_description ? |
`open` use different default encodings on different operating systems
Unify the naming style of variables, add specific numerical display labels, and speed up the response speed of adjustments (especially for large images)
This reverts commit 5a44956.
Merging this PR without this for now. Please open a new one if need |
I did not test other language versions of windows systems, at least in the Chinese version, the default encoding of python's open function is' gbk' |
you can't install due to that? |
I can't |
I see. The Windows in CI is passing, so curious to know why. Can you give me some print of your encoding and the error message? |
|
Specify the encoding parameters of
open
to be compatible with more operating systems (such as windows) inget_long_description
Unify the naming style of variables, add specific numerical display labels, and speed up the response speed of adjustments (especially for large images)