PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

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

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#6395ClosedBug2006-01-02install directory
#14888FeedbackReqCVS2008-10-26Improve PHPCS results
#19043BogusBugSVN2011-11-15oops
#19427OpenBug0.1.52012-05-20hsl:fromRGB() - wrong calculation of SATURATION