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

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

                Author: ASF GitHub Bot
            Created on: 03/Jun/19 10:03
            Start Date: 03/Jun/19 10:03
    Worklog Time Spent: 10m 
      Work Description: kinow 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-498194530
 
 
   `oraclejdk8` is failing, but looks to be related to 
https://travis-ci.community/t/the-travis-ci-build-could-not-be-completed-due-to-an-error/1345
 
----------------------------------------------------------------
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: 253029)
            Time Spent: 10m
    Remaining Estimate: 0h

> 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: 10m
>  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