MCPcopy Index your code
hub / github.com/SvenWoltmann/color-thief-java

github.com/SvenWoltmann/color-thief-java @v1.1.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.1.2 ↗ · + Follow
46 symbols 106 edges 5 files 20 documented · 43% updated 7y ago★ 2374 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Color Thief - A Fast Java Implementation

Grabs the dominant color or a representative color palette from an image.

A very fast Java port of Lokesh Dhakar's JavaScript version (http://lokeshdhakar.com/projects/color-thief/).

This version is more than 40 times faster than the Java port at https://github.com/soualid/java-colorthief. Average times to extract the palette of the sample images (on a Core i7-2670QM): * https://github.com/soualid/java-colorthief: 29.84 ms * This version: 0.712 ms

Credits and license

Thanks

  • Lokesh Dhakar - for the original Color Thief JavaScript version, available at http://lokeshdhakar.com/projects/color-thief/

License

Licensed under the Creative Commons Attribution 2.5 License

  • Free for use in both personal and commercial projects.
  • Attribution requires leaving author name, author homepage link, and the license info intact.

Core symbols most depended-on inside this repo

Shape

Method 39
Class 7

Languages

Java100%

Modules by API surface

src/main/java/de/androidpit/colorthief/MMCQ.java23 symbols
src/test/java/de/androidpit/colorthief/test/ColorThiefTest.java9 symbols
src/main/java/de/androidpit/colorthief/ColorThief.java6 symbols
src/main/java/de/androidpit/colorthief/RGBUtil.java5 symbols
src/test/java/de/androidpit/colorthief/test/ColorThiefPerformanceTest.java3 symbols

For agents

$ claude mcp add color-thief-java \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page