Skip to content

Releases: Talesoft/phim

Fixes to class namespaces for Composer v2

Choose a tag to compare

@TorbenKoehn TorbenKoehn released this 20 Oct 10:59
065b4fa
1.0.6

Update Color.php

Allow user settable weights for CIEDE2000

Choose a tag to compare

@TorbenKoehn TorbenKoehn released this 12 Nov 15:14

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

Choose a tag to compare

@TorbenKoehn TorbenKoehn released this 08 Jun 08:10
6dfdf4b
  • Fixed #8

Fix Color::parseHexString for input of 6 characters

Choose a tag to compare

@TorbenKoehn TorbenKoehn released this 31 Mar 15:19
1.0.3

fix Color::parseHexString for input of 6 characters (#6)

Bugfixes

Choose a tag to compare

@TorbenKoehn TorbenKoehn released this 27 May 18:52
1.0.2

- Finally removed 5.6 from Travis, support for 5.6 will be dropped in…

Bugfixes

Choose a tag to compare

@TorbenKoehn TorbenKoehn released this 27 May 17:44
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

1.0

Choose a tag to compare

@TorbenKoehn TorbenKoehn released this 27 May 14:10
- Transformation stuff

1.0-dev

Choose a tag to compare

@TorbenKoehn TorbenKoehn released this 17 Feb 12:16
- Updated README

0.1

0.1

Choose a tag to compare

@TorbenKoehn TorbenKoehn released this 27 Jul 21:04
README update