Skip to content

Instantly share code, notes, and snippets.

View JonathanSchuder's full-sized avatar
💯
Out here giving 100% percent

Jonathan JonathanSchuder

💯
Out here giving 100% percent
  • Germany
  • 14:25 (UTC +02:00)
View GitHub Profile
@JonathanSchuder
JonathanSchuder / ImageDominantColor.java
Created January 15, 2022 18:18 — forked from jittagornp/ImageDominantColor.java
for find dominant color of image
package com.pamarin.api.util;
import java.awt.image.BufferedImage;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
/**