» Version | » Information |
---|---|
1.0.6 |
Easy InstallNot sure? Get more info. pear install Image_Color-1.0.6 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Image_Color-1.0.6 Release date: 2024-01-15 14:05 UTC Release state: stable Release uploaded by: ashnazg Changelog: QA Release Add to Packagist Dependencies:
|
1.0.4 |
Easy InstallNot sure? Get more info. pear install Image_Color-1.0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Image_Color-1.0.4 Release date: 2010-05-20 18:58 UTC Release state: stable Release uploaded by: drewish Changelog: Relicensing under LGPL 2.1. Dependencies:
|
1.0.3 |
Easy InstallNot sure? Get more info. pear install Image_Color-1.0.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Image_Color-1.0.3 Release date: 2008-12-27 19:46 UTC Release state: stable Release uploaded by: doconnor Changelog: Bug #5828 - 'gd' PHP extension is not installed Bug #11795 - Unit Tests will not work without deprecated phpunit Bug #14460 - Reference to $this in static function Bug #14887 - E_NOTICE when setColors() and changeLightness() called Dependencies:
|
1.0.2 |
Easy InstallNot sure? Get more info. pear install Image_Color-1.0.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Image_Color-1.0.2 Release date: 2005-09-12 15:30 UTC Release state: stable Release uploaded by: drewish Changelog: * FIXED: percentageColor2RGB() was dropping first character of each number instead of the percent sign at the end. * FIXED: mixColors() and percentageColor2RGB() weren't rounding the values correctly. 50% of 255 is 127.5 and should round to 128 instead of 127. * FIXED: setColors(). If the second parameter was omitted it would take on a random-ish value. I changed the implementation of so that colors are only set when they're provided. * FIXED: _makeWebSafe() was rounding values incorrectly. Significantly simplified the implementation in the process. * Removed the private, unused Image_Color::$websafe member. * Marked Image_Color::$color1 and $color2 as public. It made no sense that they were private considering that if you called changeLightness() the only way to find the result was using $color1 and $color2. * Deprecated the _returnColor() function. All it was doing was converting RGB arrays to hex strings. The more aptly named rgb2hex() was calling _returnColor() which made no sense. _returnColor() now calls rgb2hex() and will probably disappear after the next release. * Made major improvements to the comments and documentation and corrected several violations of the PEAR coding standards. Dependencies:
|
1.0.1 |
Easy InstallNot sure? Get more info. pear install Image_Color-1.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Image_Color-1.0.1 Release date: 2004-05-25 03:20 UTC Release state: stable Release uploaded by: sebastian Changelog: * Removed newline at end of file. Dependencies:
|
1.0.0 |
Easy InstallNot sure? Get more info. pear install Image_Color-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Image_Color-1.0.0 Release date: 2004-04-17 07:34 UTC Release state: stable Release uploaded by: sebastian Changelog: + Added color2RGB() method. (Contribution by Laurent Laville <pear@laurent-laville.org>) * allocateColor() now works with both color names and hex color codes. Dependencies:
|
0.4 |
Easy InstallNot sure? Get more info. pear install Image_Color-0.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Image_Color-0.4 Release date: 2003-01-02 19:31 UTC Release state: stable Release uploaded by: sebastian Changelog: * Made namedColor2RGB() method static. Dependencies:
|