This is an automated email from the ASF dual-hosted git repository.
kinow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git.
from 5d2eaf3 Merge pull request #45 from kinow/disable-clir-for-alpha
new 1355d44 Add javadocs for photometric interpreter and its logluv
implementation
new c327179 Remove commented code that does not appear to be
reference/docs
new ad46637 Remove unnecessary variable assignment
new ae3aa13 Fail with ImageReadException if there are less the bits per
sample array length is different than three
new f7c57db Add base test for PhotometricInterpreterLogLuv
new 2bf6b9e Add/fix javadocs external URL links, and break code into
multiple methods
new 7c06458 Add unit tests for getTristimulusValues
new e7a3d57 Replace cube method by Math.pow(N, 3)
new 83e9808 Add unit test for getRgbValues
new d537565 Add unit tests for interpretPixel
new 08ffc10 IMAGING-228: changes.xml entry
new 06dd48e Merge pull request #44 from kinow/drop-cube-function-add-tests
The 1113 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/changes/changes.xml | 3 +
.../PhotometricInterpreter.java | 9 +
.../PhotometricInterpreterLogLuv.java | 230 ++++++++++++---------
.../PhotometricInterpreterLogLuvTest.java | 108 ++++++++++
4 files changed, 253 insertions(+), 97 deletions(-)
create mode 100644
src/test/java/org/apache/commons/imaging/formats/tiff/photometricinterpreters/PhotometricInterpreterLogLuvTest.java