4dc68efb | 03-Jul-2014 |
Danack |
Merge commit '11d9937d2377eddb1fa7cf31e7f5f89299942516' * commit '11d9937d2377eddb1fa7cf31e7f5f89299942516': Added latest version of Image Magick as version to test on Travis. Ca
Merge commit '11d9937d2377eddb1fa7cf31e7f5f89299942516' * commit '11d9937d2377eddb1fa7cf31e7f5f89299942516': Added latest version of Image Magick as version to test on Travis. Cast size_t values to unsigned long so that printf knows the correct type. Added more version checks for fourier transform functions, and corrected the comparison. Added version check. Added version check for values. Added version check for MagickStatisticImage. Also improved test message to avoid confusion.
show more ...
|
11d9937d | 03-Jul-2014 |
Danack |
Added latest version of Image Magick as version to test on Travis. |
287b5dfa | 03-Jul-2014 |
Danack |
Cast size_t values to unsigned long so that printf knows the correct type. |
4cd0bdd5 | 03-Jul-2014 |
Danack |
Added more version checks for fourier transform functions, and corrected the comparison. |
42ed30d6 | 03-Jul-2014 |
Danack |
Added version check. |
7c5ed4fe | 03-Jul-2014 |
Danack |
Added version check for values. |
779b56f4 | 03-Jul-2014 |
Danack |
Added version check for MagickStatisticImage. |
f79f5cf4 | 03-Jul-2014 |
Danack |
Merge commit 'ce0fb8ed44e3a3b4e6006bf44e4ecf777d33654a' * commit 'ce0fb8ed44e3a3b4e6006bf44e4ecf777d33654a': Changed test to be slightly more reliable. It seems that the pseudo image c
Merge commit 'ce0fb8ed44e3a3b4e6006bf44e4ecf777d33654a' * commit 'ce0fb8ed44e3a3b4e6006bf44e4ecf777d33654a': Changed test to be slightly more reliable. It seems that the pseudo image created by 'magick:rose' can change between versions and so it doesn't always have the same size. The test now just checks that it has a size. Changed 'similarityimage' to subimagematch as that is what it does. Corrected prototype for documentation. Added similarityImage function. Corrected required number of args for brightnessContrastImage. Added rotationalBlurImage and statisticImage. Added default values to function prototype. Added brightnessContrastImage, colorMatrixImage and selectiveBlurImage FFT functions added. Casting to avoid compiler warning. Added check for not null, made error be an exception. Made error message be clearer. Added plain simple getQuantum function for scaling things that are borken.
show more ...
|
ffd7465b | 03-Jul-2014 |
Danack |
Removed unused variable. |
ce0fb8ed | 03-Jul-2014 |
Danack |
Changed test to be slightly more reliable. It seems that the pseudo image created by 'magick:rose' can change between versions and so it doesn't always have the same size. The test now just checks th
Changed test to be slightly more reliable. It seems that the pseudo image created by 'magick:rose' can change between versions and so it doesn't always have the same size. The test now just checks that it has a size.
show more ...
|
e003b34d | 17-Jun-2014 |
Danack |
Fixing comment - colorMatrixImage is applied to all channels. |
2a5576c9 | 09-Jun-2014 |
Danack |
Improved parameter names. |
57a8de78 | 28-May-2014 |
Danack |
Added myself as a developer. |
fbc31084 | 28-May-2014 |
Danack |
Merge pull request #27 from Danack/tintImageBug Tint image release allocated wands.
|
9db379ec | 28-May-2014 |
Danack |
Fixed function prototypes to indicate new object is returned. |
31f8592e | 22-May-2014 |
Mikko Koppanen |
Merge pull request #28 from Danack/progressCallback Progress monitor with user callback
|
3990919f | 22-May-2014 |
Mikko Koppanen |
Merge pull request #25 from Danack/addVersionCheck Added version check.
|
28a324eb | 19-May-2014 |
Danack |
Changed 'similarityimage' to subimagematch as that is what it does. Corrected prototype for documentation. |
7285cf7d | 19-May-2014 |
Danack |
Added similarityImage function. Corrected required number of args for brightnessContrastImage. |
ba8faa34 | 17-May-2014 |
Danack |
Added rotationalBlurImage and statisticImage. |
0d3a20cf | 17-May-2014 |
Danack |
Added default values to function prototype. |
76f5f657 | 16-May-2014 |
Danack |
Added brightnessContrastImage, colorMatrixImage and selectiveBlurImage |
f11266da | 16-May-2014 |
Danack |
Merge branch 'tintImageBug' into newFeatures * tintImageBug: Fixed spaces -> tab. Fixed mem leak.
|
1d25ebdf | 16-May-2014 |
Danack |
Merge branch 'addVersionCheck' into newFeatures * addVersionCheck: Changed to warning for point release difference. Added version check to compare version that Imagick was compil
Merge branch 'addVersionCheck' into newFeatures * addVersionCheck: Changed to warning for point release difference. Added version check to compare version that Imagick was compiled against, with the version of Image Magick that has been loaded.
show more ...
|
a5da9229 | 16-May-2014 |
Danack |
Merge branch 'quantum' into newFeatures * quantum: Casting to avoid compiler warning. Removed unused var. Added check for not null, made error be an exception. Made error m
Merge branch 'quantum' into newFeatures * quantum: Casting to avoid compiler warning. Removed unused var. Added check for not null, made error be an exception. Made error message be clearer. Added check for not null, made error be an exception. Made error message be clearer. Added plain simple getQuantum function for scaling things that are borken. Corrected function names to module standard. Free callback structures recursively. Correctly release memory for a single shutdown function. Surprisingly, first working version of a callable progress monitor.
show more ...
|