https://github.com/ff6347/color_thief
https://github.com/ff6347/color_thief
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ff6347/color_thief
- Owner: ff6347
- Created: 2015-05-27T17:03:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T05:59:44.000Z (over 6 years ago)
- Last Synced: 2025-01-24T18:35:24.830Z (over 1 year ago)
- Language: Java
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
color_thief
===========
[](https://gitter.im/fabiantheblind/color_thief?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
in Processing.

------
###How to compile the class?
Use these commands:
javac de/androidpit/colorthief/ColorThief.java
Create the .jar:
jar cfm ColorThief.jar de/androidpit/colorthief/Manifest.txt de/androidpit/colorthief/ColorThief.class de/androidpit/colorthief/MMCQ.class de/androidpit/colorthief/MMCQ\$1.class de/androidpit/colorthief/MMCQ\$2.class de/androidpit/colorthief/MMCQ\$CMap.class de/androidpit/colorthief/MMCQ\$VBox.class
###Links:
[SvenWoltmann/color-thief-java · GitHub](https://github.com/SvenWoltmann/color-thief-java)
[PImage to BufferedImage - Processing Forum](http://forum.processing.org/one/topic/pimage-to-bufferedimage.html)
Credits and license
###Thanks
Lokesh Dhakar - for the original Color Thief JavaScript version, available at [http://lokeshdhakar.com/projects/color-thief/](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.