https://github.com/s/phppalette
A PHP Application that finds out most common colors of an image
https://github.com/s/phppalette
Last synced: about 1 year ago
JSON representation
A PHP Application that finds out most common colors of an image
- Host: GitHub
- URL: https://github.com/s/phppalette
- Owner: s
- Created: 2013-09-22T22:19:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-25T14:11:20.000Z (over 12 years ago)
- Last Synced: 2025-02-08T12:31:18.244Z (over 1 year ago)
- Language: CSS
- Homepage: s.github.io/PhpPalette
- Size: 1020 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PhpPalette
==========
A PHP Application that finds out most common colors of an image.
First, application clones the image to the project folder, then process the data.
Second, new html file that uses app.html in the outputs/templates folder will be generated.
##Installation and Run
```
$ git clone git://github.com/s/PhpPalette.git ~/PhpPalette
$ cd ~/PhpPalette
$ php app.php /path/to/your/photo
```
##Skeletal
Classes: (Core php files)
Palette.php
Exception/
Outputs:
charts : Contains generated views. Generated views will be in the this folder.
data : Contains moved image that will be processed.
logs : Contains log files that contains error logs.
templates : Contains template files that sets up the skeletal.
Assets:
css : Contains css files.
font : Contains font awesome font files.
img : Contains images.
js : Contains javascript codes in order to show popovers.
##Screenshot
