[ 
https://issues.apache.org/jira/browse/IMAGING-283?focusedWorklogId=561916&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-561916
 ]

ASF GitHub Bot logged work on IMAGING-283:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Mar/21 08:32
            Start Date: 07/Mar/21 08:32
    Worklog Time Spent: 10m 
      Work Description: Brixomatic commented on a change in pull request #114:
URL: https://github.com/apache/commons-imaging/pull/114#discussion_r588993913



##########
File path: 
src/test/java/org/apache/commons/imaging/color/ColorConversionsTest.java
##########
@@ -116,4 +117,36 @@ public void testXYZ() {
             Debug.debug("cieluv_xyz", cieluv_xyz);
         }
     }
+
+    @Test
+    public void testRGBtoDin99b() {
+        for (final int rgb : SAMPLE_RGBS) {
+
+               final ColorXyz xyz = ColorConversions.convertRGBtoXYZ(rgb);

Review comment:
       will do




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 561916)
    Time Spent: 20m  (was: 10m)

> Add CIELAB and DIN99 conversion, reduce code duplication, and issues related 
> to zero-division and precision
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: IMAGING-283
>                 URL: https://issues.apache.org/jira/browse/IMAGING-283
>             Project: Commons Imaging
>          Issue Type: Improvement
>          Components: imaging.color.*
>    Affects Versions: 1.0-alpha2
>            Reporter: Bruno P. Kinoshita
>            Assignee: Bruno P. Kinoshita
>            Priority: Major
>             Fix For: 1.0-alpha3
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Placeholder for https://github.com/apache/commons-imaging/pull/114



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to