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

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

                Author: ASF GitHub Bot
            Created on: 06/Jun/19 00:32
            Start Date: 06/Jun/19 00:32
    Worklog Time Spent: 10m 
      Work Description: coveralls commented on issue #44: [IMAGING-228] Drop 
cube method and add unit tests for PhotometricInterpretationLogLuv
URL: https://github.com/apache/commons-imaging/pull/44#issuecomment-499304853
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/23822780/badge)](https://coveralls.io/builds/23822780)
   
   Coverage increased (+0.4%) to 74.176% when pulling 
**08ffc103c8fc401c446ecd91176869bc66e46a0e on 
kinow:drop-cube-function-add-tests** into 
**5d2eaf3528d3845563ee49afc2a1d03c324b4067 on apache:master**.
   
 
----------------------------------------------------------------
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: 254792)
    Time Spent: 40m  (was: 0.5h)

> Remove private method PhotometricInterpreterLogLuv#cube by Math.pow
> -------------------------------------------------------------------
>
>                 Key: IMAGING-228
>                 URL: https://issues.apache.org/jira/browse/IMAGING-228
>             Project: Commons Imaging
>          Issue Type: Improvement
>            Reporter: Bruno P. Kinoshita
>            Assignee: Bruno P. Kinoshita
>            Priority: Minor
>             Fix For: 1.0-alpha2
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> We have a private method in PhotometricInterpreterLogLuv, that calculates the 
> cube of a number N doing N * N * N. That can be replaced by Math.pow(N, 3).
> Will add unit tests and some javadocs around photometric interpreters, 
> logluv, cei, lab, color spaces, ceixyz-ceilab, etc, as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to