519ff4e9 | 06-Oct-2013 |
Mikko |
Right type |
580c0376 | 06-Oct-2013 |
Mikko |
Remove whitespace |
2e663b97 | 06-Oct-2013 |
Mikko |
Add tests for convolveImage |
a7ebdd2a | 06-Oct-2013 |
Mikko |
pass double |
596d433f | 06-Oct-2013 |
Mikko |
Init keep alive to null, add braces in case of multiline macro impl |
Revision tags: 3.2.0b1 |
|
9311ee30 | 05-Oct-2013 |
Mikko |
Update |
7df98cc2 | 05-Oct-2013 |
Mikko |
Update changelog a bit clearer |
3b1bb304 | 05-Oct-2013 |
Mikko |
Error checking on allocs, alloc failure is a hard error |
bf72bc02 | 05-Oct-2013 |
Mikko |
Correct comment |
a4e6537a | 05-Oct-2013 |
Mikko |
Update changelog, package.xml and add simple script for validating release |
e2f80e5e | 04-Oct-2013 |
Mikko |
Added memory limit test |
4bb2e4f1 | 04-Oct-2013 |
Mikko |
Added somewhat experimental support for zend MM. Effectively allows Imagick to respect PHP memory limits |
64184f41 | 03-Oct-2013 |
Mikko |
Add optional format parameter for writeImageFile |
3c7c333a | 03-Oct-2013 |
Mikko |
Unlink test artifacts |
5c0c3e16 | 03-Oct-2013 |
Mikko |
Added test for PHP bug 64208 |
b939c105 | 01-Oct-2013 |
Mikko |
Added support for countable in Imagick class |
8b39e346 | 01-Oct-2013 |
Mikko |
Fixes build against old imagemagick versions |
f3f9828a | 01-Oct-2013 |
Mikko |
Remove duplicated code, correct typing, indentation |
ec419798 | 01-Oct-2013 |
Mikko |
Add pixel iterator test |
6617baf3 | 01-Oct-2013 |
Mikko |
Rewrite PixelIterator related classes. Add getPixelIterator and getPixelRegionIterator static methods. Should probably add Countable interface later |
858ed09d | 01-Oct-2013 |
Mikko |
Added comments about MagickSetFirstIterator usage. Probably shouldnt always reset to beginning in these cases |
b6f6b57f | 30-Sep-2013 |
Mikko |
Fixes ZTS build |
04568bbf | 30-Sep-2013 |
Mikko |
More consistent naming on the colors. Make the colors a type instead of free-floating constants. Function naming consistency |
261b3d25 | 30-Sep-2013 |
Mikko |
Remove more of the weird indentation in this file |
4fa76f81 | 30-Sep-2013 |
Mikko |
Make the macro name more explicit. Remove unnecessary cast |