This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log('yo dawg' + console.log('we heard you liked logs' + console.log('so we put a log in your log' + console.log('so you could log while you log')))); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Dominant colours by k means derived from code by Charles Leifer at: | |
* http://charlesleifer.com/blog/using-python-and-k-means-to-find-the-dominant-colors-in-images/ | |
* | |
* MagickWand docs: http://www.magickwand.org/ | |
* | |
* Color transformation algorithms from EasyRGB: http://easyrgb.com/ | |
* |