[
https://issues.apache.org/jira/browse/IMAGING-228?focusedWorklogId=254791&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-254791
]
ASF GitHub Bot logged work on IMAGING-228:
------------------------------------------
Author: ASF GitHub Bot
Created on: 06/Jun/19 00:30
Start Date: 06/Jun/19 00:30
Worklog Time Spent: 10m
Work Description: kinow commented on pull request #44: [IMAGING-228] Drop
cube method and add unit tests for PhotometricInterpretationLogLuv
URL: https://github.com/apache/commons-imaging/pull/44
----------------------------------------------------------------
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: 254791)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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)