dirk
|
2688844bcb
|
Added check to satisfy coverity.
|
2015-01-24 10:22:46 +00:00 |
|
dirk
|
b8ef6e8671
|
Added check to satisfy coverity.
|
2015-01-24 10:19:18 +00:00 |
|
dirk
|
867bea1210
|
Fixed argument order.
|
2015-01-24 10:05:16 +00:00 |
|
dirk
|
c8c6dd58a0
|
Replaced icm with icc.
|
2015-01-23 23:41:51 +00:00 |
|
dirk
|
d826672d08
|
Code cleanup.
|
2015-01-21 20:28:28 +00:00 |
|
dirk
|
eb68e91158
|
Fixed type of parameter.
|
2015-01-19 11:46:52 +00:00 |
|
dirk
|
77328896b8
|
Added new quiet method to the Image class of Magick++ to prevent throwing of warning exceptions.
|
2015-01-09 23:20:02 +00:00 |
|
dirk
|
7034a926a4
|
Copy past mistake.
|
2015-01-06 21:41:51 +00:00 |
|
dirk
|
b1461b0e2f
|
Fixed data type of argument for adaptiveThreshold.
|
2015-01-06 20:41:32 +00:00 |
|
cristy
|
11a06d3f2c
|
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26830
|
2015-01-04 12:03:27 +00:00 |
|
dirk
|
b435339c08
|
Added Copyright.
|
2014-12-29 22:16:57 +00:00 |
|
dirk
|
debd02e3cb
|
Re-factored locking and BlobRef/ImageRef classes.
|
2014-12-29 21:34:46 +00:00 |
|
dirk
|
82e5f57bf1
|
Removed registerId and unregisterId from Magick++.
|
2014-12-27 01:04:31 +00:00 |
|
dirk
|
3c65c4f062
|
Reverting changes due to problems with implicit typecast.
|
2014-12-19 08:39:16 +00:00 |
|
dirk
|
40b3ec0ac3
|
Added new constructor with size and imageSpec to Image class of Magick++.
Added read method with size and color to Image class of Magick++.
|
2014-12-18 09:20:30 +00:00 |
|
dirk
|
c3723b409b
|
Resample in Magick++ now uses a Point instead of a Geometry.
|
2014-12-17 07:35:06 +00:00 |
|
dirk
|
be1bbacaa9
|
Added new Point class for density in Image and Options.
|
2014-12-16 11:56:14 +00:00 |
|
dirk
|
263b876b61
|
Use std::vector instead of std::list.
|
2014-12-16 10:22:46 +00:00 |
|
cristy
|
5f766ef8b0
|
|
2014-12-14 21:12:47 +00:00 |
|
cristy
|
5b4868f918
|
|
2014-12-14 17:43:35 +00:00 |
|
dirk
|
4ab21d079e
|
Added connectedComponents to Magick++.
|
2014-11-09 10:35:45 +00:00 |
|
dirk
|
66a0c5b9e3
|
Added ColorCMYK to Magick++.
Moved alpha property to ColorRGB.
Fixed casting to PixelInfo of methods in the Image class.
|
2014-11-04 20:25:07 +00:00 |
|
dirk
|
545c6e7446
|
Added modifyImage.
|
2014-11-01 11:26:54 +00:00 |
|
dirk
|
27b3d94348
|
Added missing NULL check.
|
2014-11-01 11:22:41 +00:00 |
|
cristy
|
54ef1d6732
|
|
2014-10-31 13:54:12 +00:00 |
|
cristy
|
7c8a6469e1
|
|
2014-10-31 13:08:12 +00:00 |
|
cristy
|
2c57b74e16
|
|
2014-10-31 00:40:34 +00:00 |
|
dirk
|
cfc8b6dc5e
|
Fixed return value of resolutionUnits in Magick++.
|
2014-10-30 19:41:31 +00:00 |
|
dirk
|
4412c6816c
|
Added kuwaharaChannel to Magick++.
|
2014-10-12 21:27:35 +00:00 |
|
dirk
|
a6045f5b5b
|
Added kuwahara to Magick++
|
2014-10-11 07:58:53 +00:00 |
|
dirk
|
e316d154e7
|
Added PerceptualHash to Magick++.
|
2014-09-06 21:59:07 +00:00 |
|
dirk
|
0116c33ae2
|
Removed ClipMask methods.
|
2014-08-28 19:58:18 +00:00 |
|
dirk
|
2b1eb143fe
|
Fixed call to CompositeImage.
|
2014-08-22 20:57:15 +00:00 |
|
dirk
|
a708e5add2
|
Fixed setting alpha_trait in the Color class of Magick++.
Removed obsolete xNegative/yNegative from Geometry constructor.
|
2014-08-21 17:34:02 +00:00 |
|
dirk
|
7b6b37ee07
|
Renamed ChannelMoments files to Statistic.
ImageStatistics/ImageChannelStatistics are not longer nested.
Renamed ImageChannelStatistics to ChannelStatistics.
|
2014-08-16 11:03:53 +00:00 |
|
dirk
|
5678eda356
|
ping now also calls the new read method in Magick++.
|
2014-08-10 12:05:17 +00:00 |
|
dirk
|
671b5d7219
|
The read method in Magick++ will raise a warning when it fails to read an image but no exception was raised.
|
2014-08-09 20:50:48 +00:00 |
|
dirk
|
6e6af8ed20
|
Removed xNegative/yNegative from Geometry in Magick++.
|
2014-08-09 12:15:00 +00:00 |
|
dirk
|
f781e34db4
|
Couple of fixes in Magick++.
|
2014-08-05 18:54:00 +00:00 |
|
dirk
|
223843f665
|
Added 'invert' option to the floodFill methods.
|
2014-07-14 15:43:10 +00:00 |
|
dirk
|
7f150fdacc
|
Fixed typo.
|
2014-07-07 20:54:27 +00:00 |
|
dirk
|
48f358a1cd
|
Added grayScale to Magick++.
|
2014-07-07 18:52:17 +00:00 |
|
dirk
|
e31feb8a39
|
Refactored methods to use AcquireExceptioInfo instead of GetExceptionInfo.
|
2014-06-20 11:03:07 +00:00 |
|
dirk
|
a3af1222eb
|
Added new invert parameter to opaque.
|
2014-06-12 18:48:15 +00:00 |
|
dirk
|
a7c1e5c12b
|
Moved exportPixels to separate class.
|
2014-06-09 17:11:00 +00:00 |
|
dirk
|
fa84114a91
|
Added method to quickly export pixels.
|
2014-06-09 08:22:13 +00:00 |
|
cristy
|
8418c7e519
|
|
2014-05-18 18:38:26 +00:00 |
|
dirk
|
019efc8c22
|
Fixed/added properties that should set artifacts.
|
2014-05-14 05:13:39 +00:00 |
|
cristy
|
4d0ca34912
|
|
2014-05-01 00:42:09 +00:00 |
|
dirk
|
1dc9872b10
|
Added new class to support multiple ChannelMoments.
|
2014-04-29 04:58:45 +00:00 |
|