├── LICENSE ├── README.md ├── color.php ├── demo ├── airplane.png ├── arctichare.png ├── baboon.png ├── barbara.png ├── boat.png ├── cat.png ├── fruits.png ├── girl.png ├── goldhill.png ├── lena.png ├── monarch.png ├── mountain.png ├── pool.png ├── sails.png ├── serrano.png ├── tulips.png ├── watch.png └── zelda.png └── header.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/README.md -------------------------------------------------------------------------------- /color.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/color.php -------------------------------------------------------------------------------- /demo/airplane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/airplane.png -------------------------------------------------------------------------------- /demo/arctichare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/arctichare.png -------------------------------------------------------------------------------- /demo/baboon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/baboon.png -------------------------------------------------------------------------------- /demo/barbara.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/barbara.png -------------------------------------------------------------------------------- /demo/boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/boat.png -------------------------------------------------------------------------------- /demo/cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/cat.png -------------------------------------------------------------------------------- /demo/fruits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/fruits.png -------------------------------------------------------------------------------- /demo/girl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/girl.png -------------------------------------------------------------------------------- /demo/goldhill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/goldhill.png -------------------------------------------------------------------------------- /demo/lena.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/lena.png -------------------------------------------------------------------------------- /demo/monarch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/monarch.png -------------------------------------------------------------------------------- /demo/mountain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/mountain.png -------------------------------------------------------------------------------- /demo/pool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/pool.png -------------------------------------------------------------------------------- /demo/sails.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/sails.png -------------------------------------------------------------------------------- /demo/serrano.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/serrano.png -------------------------------------------------------------------------------- /demo/tulips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/tulips.png -------------------------------------------------------------------------------- /demo/watch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/watch.png -------------------------------------------------------------------------------- /demo/zelda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/demo/zelda.png -------------------------------------------------------------------------------- /header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gaffling/PHP-Simple-Color-Thief/HEAD/header.png --------------------------------------------------------------------------------