Interface MedianCut
- All Known Implementing Classes:
LongestAxisMedianCut
,MostPopulatedBoxesMedianCut
public interface MedianCut
-
Method Summary
Modifier and TypeMethodDescriptionboolean
performNextMedianCut
(List<ColorGroup> colorGroups, boolean ignoreAlpha)
-
Method Details
-
performNextMedianCut
boolean performNextMedianCut(List<ColorGroup> colorGroups, boolean ignoreAlpha) throws ImageWriteException - Throws:
ImageWriteException
-