You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,17 @@
1
1
# Color Thief PHP Changelog
2
2
3
+
## `1.2.0`
4
+
5
+
* Add support of area targeting (see #12).
6
+
* Fix error with remote images (see #13, thank @rewmike).
7
+
* Fix minor syntax errors (see #14, thank @grachov).
8
+
* Small performance improvements and code cleanup.
9
+
3
10
## `1.1.0`
4
11
5
-
* Add support for Imagick and GD resources. In addition to the path or URL of the image, now you can also directly pass the GD resource or Imagick instance to the getColor and getPalette methods.
6
-
* Fix fatal error whith solid white images. An exception is now thrown in this case, allowing the caller to catch it.
7
-
* Fix possible undefined offset under certain circumstances
12
+
* Add support for Imagick and GD resources. In addition to the path or URL of the image, now you can also directly pass the GD resource or Imagick instance to the getColor and getPalette methods (see #10).
13
+
* Fix fatal error whith solid white images. An exception is now thrown in this case, allowing the caller to catch it (see #11).
14
+
* Fix possible undefined offset under certain circumstances.
8
15
* Change error handling policy : throw exceptions in case of errors instead of return false.
0 commit comments