-
-
Notifications
You must be signed in to change notification settings - Fork 64
Add filter LabToRgb e fix return image in RgbToLab #323
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
Conversation
ernestoarbitrio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 easy comments ,... than LGTM
41e1de8 to
2515988
Compare
69e74fa to
0586074
Compare
4272e4b to
5e207d2
Compare
|
PR #334 needs to be merged first |
5e207d2 to
c2e4218
Compare
Codecov Report
@@ Coverage Diff @@
## master #323 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 17 17
Lines 1313 1324 +11
Branches 128 128
=========================================
+ Hits 1313 1324 +11
Continue to review full report at Codecov.
|
ernestoarbitrio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 single comment then LGTM
9235b45 to
72368bd
Compare
Description
In order to implement #322, we need to convert back from the LAB space to the RGB space.
Moreover, it fixes a bug in the filter
RgbToLab, where by mistake the resulting Lab image was converted to a PIL image, messing up the value range and type (it should be float in the range −128 to 127).Types of Changes
Issues Fixed or Closed by This PR
Checklist