Releases: Talesoft/phim
Releases · Talesoft/phim
Fixes to class namespaces for Composer v2
1.0.6 Update Color.php
Allow user settable weights for CIEDE2000
This adds a third parameter to Color::getDifference(ColorInterface $color, ColorInterface $compareColor, array $weights)
to specify custom weights to use when comparing colors. The parameter needs to be a tuple of 3 floats with [1, 1, 1]
being the default.
Thank you @chamby
Bugfixes
Fix Color::parseHexString for input of 6 characters
1.0.3 fix Color::parseHexString for input of 6 characters (#6)
Bugfixes
1.0.2 - Finally removed 5.6 from Travis, support for 5.6 will be dropped in…
Bugfixes
Fixed Color int conversion (#3) * Fixed Color int conversion - Color::parseInt will only return RgbaColor (0xffffff is the same as 0xffffff00 in PHP, so an RGBA color with Alpha 0 would've been seen as an RgbColor (implying full alpha)) - Color::toInt will now use pack/unpack to build the int value to avoid platform difference problems * Updated PHPUnit tests to work with travis again * Remove HHVM and PHP5.6 Support (It's still installable, but it won't be tested anymore)
1.0
- Transformation stuff
1.0-dev
- Updated README
0.1
README update