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

Add adjust_color_balance method in Image #525

Closed
Marsmaennchen221 opened this issue Jan 10, 2024 · 1 comment · Fixed by #530
Closed

Add adjust_color_balance method in Image #525

Marsmaennchen221 opened this issue Jan 10, 2024 · 1 comment · Fixed by #530
Assignees
Labels
enhancement 💡 New feature or request released Included in a release

Comments

@Marsmaennchen221
Copy link
Contributor

Is your feature request related to a problem?

The Image Class prior to #506 had an adjust_color_balance method, which we removed because PyTorch has no such method.

Desired solution

Implement a method with that functionality, or implement a pre-trained NN.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

@Marsmaennchen221 Marsmaennchen221 added the enhancement 💡 New feature or request label Jan 10, 2024
lars-reimann pushed a commit that referenced this issue Jan 10, 2024
@Marsmaennchen221 Marsmaennchen221 self-assigned this Jan 18, 2024
@Marsmaennchen221 Marsmaennchen221 linked a pull request Jan 18, 2024 that will close this issue
lars-reimann added a commit that referenced this issue Jan 20, 2024
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.

---------

Co-authored-by: megalinter-bot <129584137+megalinter-bot@users.noreply.github.com>
Co-authored-by: Lars Reimann <mail@larsreimann.com>
lars-reimann pushed a commit that referenced this issue 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 issue has been resolved 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
enhancement 💡 New feature or request released Included in a release
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants