You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2019/12/27 09:06:37 UTC

[commons-imaging] branch master updated (2871b9b -> 2e13c9e)

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 2871b9b  Merge pull request #54 from kinow/fix-imaging-163
     new a91b03d  [IMAGING-151]: Remove public modifiers from package-protected class members
     new b4b249c  [IMAGING-151]: Make colorCounts private and return a copy of the list in a method
     new 1899ab5  [IMAGING-151]: Create a common ColorCountComparator
     new 016c135  [IMAGING-151]: add changes entry
     new 2e13c9e  Merge pull request #64 from kinow/IMAGING-151

The 1211 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 ++
 .../commons/imaging/palette/ColorComponent.java    |  5 ++
 .../imaging/palette/ColorCountComparator.java      | 62 ++++++++++++++++++++++
 .../apache/commons/imaging/palette/ColorGroup.java | 61 ++++++++++++---------
 .../imaging/palette/LongestAxisMedianCut.java      | 32 ++++-------
 .../imaging/palette/MedianCutQuantizer.java        |  2 +-
 .../palette/MostPopulatedBoxesMedianCut.java       | 55 +++++--------------
 7 files changed, 128 insertions(+), 92 deletions(-)
 create mode 100644 src/main/java/org/apache/commons/imaging/palette/ColorCountComparator.java