History log of /imagick/ (Results 676 – 700 of 1494)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4dc68efb03-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 ...


11d9937d03-Jul-2014 Danack

Added latest version of Image Magick as version to test on Travis.

287b5dfa03-Jul-2014 Danack

Cast size_t values to unsigned long so that printf knows the correct type.

4cd0bdd503-Jul-2014 Danack

Added more version checks for fourier transform functions, and corrected the comparison.

42ed30d603-Jul-2014 Danack

Added version check.

7c5ed4fe03-Jul-2014 Danack

Added version check for values.

779b56f403-Jul-2014 Danack

Added version check for MagickStatisticImage.

f79f5cf403-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 ...


ffd7465b03-Jul-2014 Danack

Removed unused variable.

ce0fb8ed03-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 ...

e003b34d17-Jun-2014 Danack

Fixing comment - colorMatrixImage is applied to all channels.

2a5576c909-Jun-2014 Danack

Improved parameter names.

57a8de7828-May-2014 Danack

Added myself as a developer.

fbc3108428-May-2014 Danack

Merge pull request #27 from Danack/tintImageBug

Tint image release allocated wands.


9db379ec28-May-2014 Danack

Fixed function prototypes to indicate new object is returned.

31f8592e22-May-2014 Mikko Koppanen

Merge pull request #28 from Danack/progressCallback

Progress monitor with user callback


3990919f22-May-2014 Mikko Koppanen

Merge pull request #25 from Danack/addVersionCheck

Added version check.


28a324eb19-May-2014 Danack

Changed 'similarityimage' to subimagematch as that is what it does. Corrected prototype for documentation.

7285cf7d19-May-2014 Danack

Added similarityImage function. Corrected required number of args for brightnessContrastImage.

ba8faa3417-May-2014 Danack

Added rotationalBlurImage and statisticImage.

0d3a20cf17-May-2014 Danack

Added default values to function prototype.

76f5f65716-May-2014 Danack

Added brightnessContrastImage, colorMatrixImage and selectiveBlurImage

f11266da16-May-2014 Danack

Merge branch 'tintImageBug' into newFeatures

* tintImageBug:
Fixed spaces -> tab.
Fixed mem leak.


1d25ebdf16-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 ...


a5da922916-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 ...


1...<<21222324252627282930>>...60