-
Notifications
You must be signed in to change notification settings - Fork 253
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
Add support for monochromatic images (PIL image.mode == '1') #527
Conversation
Removed unnecessary import
This looks great, thank you for your contribution @GerardoAllende! @allcontributors please add @GerardoAllende for code |
I've put up a pull request to add @GerardoAllende! 🎉 |
Oh, seems like you haven't run black on the code:
Please follow those steps to fix this: |
Done |
Codecov Report
@@ Coverage Diff @@
## master #527 +/- ##
=======================================
Coverage 94.09% 94.10%
=======================================
Files 22 22
Lines 6200 6206 +6
Branches 1263 1265 +2
=======================================
+ Hits 5834 5840 +6
Misses 191 191
Partials 175 175
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
#530 has been solved Could you please rebase your branch on |
Merged! |
Thank you for your guidance and support! |
Added support for monochromatic images (PIL image.mode == '1')
Checklist:
The GitHub pipeline is OK (green),
meaning that both
pylint
(static code analyzer) andblack
(code formatter) are happy with the changes of this PR.A unit test is covering the code added / modified by this PR
This PR is ready to be merged
In case of a new feature, docstrings have been added, with also some documentation in the
docs/
folderA mention of the change is present in
CHANGELOG.md
By submitting this pull request, I confirm that my contribution is made under the terms of the GNU LGPL 3.0 license.