ColorJizz-PHP icon indicating copy to clipboard operation
ColorJizz-PHP copied to clipboard

ColorJizz is a PHP library for manipulating and converting colors.

Results 8 ColorJizz-PHP issues
Sort by recently updated
recently updated
newest added

PHP's gotten stricter about type juggling and complained that converting from `float` to `int` causes imprecisions and that if one does it, it should be explicit. Not rigorously tested but...

Corrected header markdown

Please add a version tag to the repository. That would allow us to require that specific version in composer. Right now we are forced to use dev-master.

How can get a picture (bright,muted , analogous chance ,dark,light), Example :http://www.colourlovers.com/photocopa. Think You

Hi, I'm wondering why the CMYK converter doesn't work? In your demo you are converting #ff0000 to CMYK, which translates to 0,1,1,0 – it should be more like 0,95,92,0. So...

The saturation function assumed that 0 < saturation < 1, while actually is is 0 < saturation < 100. Fixed.

Would be nice to have support for the [HCL color space](http://vis4.net/blog/posts/avoid-equidistant-hsv-colors/)

Hi @mikeemoo , Is ColorJizz-PHP able to generate an array of colors (gradient) based on two or several colors as chroma.js does it simply in javascript ? See sample here...