93e328cb | 09-Aug-2014 |
Danack |
Update README.md Added link to example site |
5ae78b1b | 09-Aug-2014 |
Danack |
Merge pull request #40 from Jan-E/master Windows build fixes, 3 methods deprecated
|
e40ec28c | 09-Aug-2014 |
Danack |
Normalised the methods for testing pixel similarity isPixelSimilarQuantum - Normalised version 0-1 isPixelSimilar - Quantum version 0-QuantumRange isSimilar - aka legacy method name alias
Normalised the methods for testing pixel similarity isPixelSimilarQuantum - Normalised version 0-1 isPixelSimilar - Quantum version 0-QuantumRange isSimilar - aka legacy method name aliased to isPixelSimilarQuantum
show more ...
|
6ab31919 | 09-Aug-2014 |
Danack |
Added getColorQuantum to allow direct access to exact colors and tidied up quantum handling else. Small tidy up of method docs. Added tests for colors. |
61827cbf | 08-Aug-2014 |
Danack |
Added note to enable warning on missing property. |
d9e824cb | 07-Aug-2014 |
Danack |
Fixed uninitialized variable. |
56239577 | 07-Aug-2014 |
Danack |
Removed typo char. |
1496fa17 | 07-Aug-2014 |
Danack |
Corrected handlers for ImagickDraw and ImagickPixelIterator. |
e77d337d | 07-Aug-2014 |
Danack |
Made accessing properties work. Fixed wrong macro. |
803de7b1 | 07-Aug-2014 |
Danack |
Fixed object creation, and destruction to fit new paradigm. |
f8a8bb49 | 07-Aug-2014 |
Danack |
Initial NG compilation - it compiled but opening files doesn't work. |
47de6621 | 25-Jul-2014 |
Jan-E |
remove extra IMAGICK_METHOD_DEPRECATED call |
c87f0be9 | 25-Jul-2014 |
Jan-E |
windows build fixes, 3 methods deprecated |
0be776e7 | 24-Jul-2014 |
Danack |
Merge pull request #36 from tony2001/master Merging dependency declaration for SPL, as the SPL must be loaded first. This only caused an issue when Imagick was compiled statically.
|
a177878e | 23-Jul-2014 |
Danack |
Fixed const correctness changed in 5.6 |
dedcf84e | 23-Jul-2014 |
Remi Collet |
no need for conditional, count_elements exists (at least) since 5.0.0 |
703f3374 | 23-Jul-2014 |
Antony Dovgal |
add optional module dependency |
13302500 | 23-Jul-2014 |
Remi Collet |
add the optional mode (not used) |
ca019ad4 | 23-Jul-2014 |
Remi Collet |
fix Imagick::count() with PHP 5.6.0RC2 |
9b44663f | 13-Jul-2014 |
Danack |
Added version check for color matrix image. |
45c2c520 | 13-Jul-2014 |
Danack |
Added test that Imagick is actually loaded. |
ef2c7bc0 | 13-Jul-2014 |
Danack |
Missed some version check for #33 |
0c1f0e1a | 13-Jul-2014 |
Danack |
Added version check for methods. Fixes #33 |
a86d3832 | 12-Jul-2014 |
Ben Scholzen |
Add ALPHACHANNEL_BACKGROUND constant |
ef99888f | 03-Jul-2014 |
Danack |
Merge commit 'e003b34db60f0e682cc03ec66dbb3232da99fc0e' * commit 'e003b34db60f0e682cc03ec66dbb3232da99fc0e': Fixing comment - colorMatrixImage is applied to all channels. Improve
Merge commit 'e003b34db60f0e682cc03ec66dbb3232da99fc0e' * commit 'e003b34db60f0e682cc03ec66dbb3232da99fc0e': Fixing comment - colorMatrixImage is applied to all channels. Improved parameter names. Fixed function prototypes to indicate new object is returned.
show more ...
|