Home » Images » Image_Color2
Color conversion and mixing for PHP5
This package is unmaintained.
Download latest release 0.1.5 (there is a newer Composer installable version)
License: LGPL
Description
PHP5 color conversion and basic mixing.
Currently supported color models:
* CMYK - Used in printing.
* Grayscale - Perceptively weighted grayscale.
* Hex - Hex RGB colors i.e. #abcdef.
* Hsl - Used in CSS3 to define colors.
* Hsv - Used by Photoshop and other graphics pacakges.
* Named - RGB value for named colors like black, khaki, etc.
* WebsafeHex - Just like Hex but rounds to websafe colors.
Maintainers
- andrew morton (drewish) — lead, active
Dependencies
Required
- PHP (>= 5.0.0)
- PEAR Installer (>= 1.4.0a1)
Releases
- 0.1.5 (alpha, 2010-09-20)
- 0.1.4 (alpha, 2006-01-03)
- 0.1.3 (alpha, 2005-10-14)
Release notes
License: LGPL
Made several small syntax changes to satisfy a conditional PEAR vote:
http://pear.php.net/pepr/pepr-vote-show.php?id=297&handle=justinpatrin
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #6395 | Closed | Bug | 2006-01-02 | install directory | |
| #14888 | Feedback | Req | CVS | 2008-10-26 | Improve PHPCS results |
| #19043 | Bogus | Bug | SVN | 2011-11-15 | oops |
| #19427 | Open | Bug | 0.1.5 | 2012-05-20 | hsl:fromRGB() - wrong calculation of SATURATION |