arturobernalg commented on a change in pull request #194:
URL: https://github.com/apache/commons-imaging/pull/194#discussion_r780645029



##########
File path: src/main/java/org/apache/commons/imaging/palette/PaletteFactory.java
##########
@@ -359,7 +354,7 @@ public Palette makeQuantizedRgbPalette(final BufferedImage 
src, final int max) {
             LOGGER.finest("width * height: " + (width * height));
         }
 
-        subsets = divide(subsets, max, table, precision);
+        divide(subsets, max, table, precision);

Review comment:
       HI @kinow 
   Done.
   




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to