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

feat: Add adjust_color_balance method in Image #530

Merged
merged 3 commits into from
Jan 20, 2024

Conversation

Marsmaennchen221
Copy link
Contributor

Closes #525

Summary of Changes

Added adjust_color_balance method for the new image class. Works just like the adjust_color_balance method from the old image with pillow.

…s just like the adjust_color_balance method from the old image with pillow
@Marsmaennchen221 Marsmaennchen221 requested a review from a team as a code owner January 18, 2024 19:25
@Marsmaennchen221 Marsmaennchen221 linked an issue Jan 18, 2024 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Jan 18, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 2 0 0 0.82s
✅ PYTHON mypy 2 0 1.65s
✅ PYTHON ruff 2 0 0 0.15s
✅ REPOSITORY git_diff yes no 0.13s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6934d1d) 100.00% compared to head (1c2b920) 100.00%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #530   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           49        49           
  Lines         2681      2687    +6     
=========================================
+ Hits          2681      2687    +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Co-authored-by: Lars Reimann <mail@larsreimann.com>
@lars-reimann lars-reimann merged commit dba23f9 into main Jan 20, 2024
7 checks passed
@lars-reimann lars-reimann deleted the 525-add-adjust_color_balance-method-in-image branch January 20, 2024 11:50
lars-reimann pushed a commit that referenced this pull request Feb 3, 2024
## [0.18.0](v0.17.1...v0.18.0) (2024-02-03)

### Features

* Add adjust_color_balance method in Image ([#530](#530)) ([dba23f9](dba23f9)), closes [#525](#525)
* Add find_edges method in Image ([#531](#531)) ([d728eb6](d728eb6)), closes [#523](#523)
* class for time series ([#508](#508)) ([73cdfb1](73cdfb1)), closes [#481](#481)
@lars-reimann
Copy link
Member

🎉 This PR is included in version 0.18.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Feb 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Included in a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add adjust_color_balance method in Image
3 participants