1. d97115e Fixed setting the x/y position. by dirk · 9 years ago
  2. 2ca0e9a Revert, we'll continue to use -define connected-components:verbose=true instead of -verbose by Cristy · 9 years ago
  3. 62e1398 Update ConnectedComponentsImage() signature by Cristy · 9 years ago
  4. 1ea2c42 Build fix. by dirk · 9 years ago
  5. 932868d Forgot CCObjectInfo parameter by Cristy · 9 years ago
  6. 9982a5f Fix compile error by Cristy · 9 years ago
  7. ac3118b DrawDashArray changed to DrawableStrokeDashArray by Cristy · 9 years ago
  8. e5b79ee Added DrawableBorderColor, DrawableClipRule, DrawableClipUnits, DrawableFillPatternUrl, DrawableStrokePatternUrl and DrawableTextAlignment by dirk · 9 years ago
  9. 9fb0f66 No longer support Magick::Montage::compose() by Cristy · 9 years ago
  10. d31cea8 Removed compare methods. by dirk · 9 years ago
  11. 14e5c8c Whitespace cleanup. by dirk · 9 years ago
  12. 6c013b6 Build fix. by dirk · 9 years ago
  13. 2e1ade7 Build fix. by dirk · 9 years ago
  14. f5ad416 Removed unused property. by dirk · 9 years ago
  15. 181b2a7 Added setColorMetric to Magick++. by dirk · 9 years ago
  16. 018189d Renamed luminosity to lightness by dirk · 9 years ago
  17. 6085802 Added missing parameter. by dirk · 9 years ago
  18. 5cf9ff5 Build fix. by dirk · 9 years ago
  19. ea20b31 Renamed antiAlias to textAntiAlias. by dirk · 9 years ago
  20. be80460 Added local contrast to Magick++ and Wand. by dirk · 9 years ago
  21. 2fcdcaf Added inverse option to the transparent method. by dirk · 9 years ago
  22. 22d1e09 Added missing const. by dirk · 9 years ago
  23. 4c281a6 Added method to test if two colors are fuzzy equivalent. by dirk · 9 years ago
  24. 7907f55 Added levelize to Magick++. by dirk · 9 years ago
  25. 04bb72a Create Manhatten Intperolate method for -sparse-color on IM7 branch by Eric McConville · 9 years ago
  26. fa589d6 Fixed various warnings reported by Visual Studio 2015 by dirk · 9 years ago
  27. fae2061 Added new constructor to the Image class of Magick++ to copy part of the image. by dirk · 9 years ago
  28. 0634367 Added overload for evaluate to make '-function' available in Magick++. by dirk · 9 years ago
  29. 17435e6 Build fix. by dirk · 9 years ago
  30. 5d4260a Renamed quantumOperator to evaluate. by dirk · 9 years ago
  31. e1a5791 Removed calls to SyncImageSettings. by dirk · 9 years ago
  32. e3319c1 Revert -spread behavior by Cristy · 9 years ago
  33. cc332e3 http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28043 by Cristy · 9 years ago
  34. 6409f34 Added fontFamily to the Image class of Magick++. by dirk · 9 years ago
  35. 61ab4ad Added fontStyle, fontWeight and textUnderColor to the Image class of Magick++. by dirk · 9 years ago
  36. df64821 Fixed operator. by dirk · 9 years ago
  37. acd0d4c by cristy · 9 years ago
  38. ab4f0bb Added IdentifyImageType that returns the potential type of the image, GetImageType will no longer do this. by dirk · 9 years ago
  39. 8c41a4b Added methods to get the attribute and artifact names. by dirk · 9 years ago
  40. 0413cf6 by cristy · 9 years ago
  41. 4777847 Added methods to get/set the density of a DrawingWand. by dirk · 9 years ago
  42. 1deff92 by cristy · 9 years ago
  43. e1c94d9 by cristy · 9 years ago
  44. 1f5fd5a Added copyPixels to Magick++. by dirk · 9 years ago
  45. ccad00b Various Coverity fixes. by dirk · 9 years ago
  46. 24d1144 Added SetRandomSeed to Magick++. by dirk · 9 years ago
  47. fbb0a3f Added isOpaque to the Image class of Magick++. by dirk · 9 years ago
  48. 3b8649e Added extra overloads for the splice method of Magick++. by dirk · 9 years ago
  49. f580104 Fixed argument type of sigmoidalContrast. by dirk · 9 years ago
  50. 151b66d by cristy · 9 years ago
  51. c8e845f Renamed alpha back to opacity for various Draw methods. by dirk · 9 years ago
  52. 06b627a Renamed SetMagickInfo to AcquireMagickInfo and made the module and description mandatory. by dirk · 9 years ago
  53. d9b47c6 by cristy · 9 years ago
  54. 97bcd8d Changed type of argument for reduceNoise method. by dirk · 9 years ago
  55. 0e671c2 Fixed typo. by dirk · 9 years ago
  56. 45faa26 Added module to CoderInfo. by dirk · 9 years ago
  57. 1d4a695 by cristy · 9 years ago
  58. 1888443 Refactored replaceImage to fix issue detected by Coverity. by dirk · 9 years ago
  59. 8aebeb3 by cristy · 9 years ago
  60. 6ee6991 Removed deprecated overloads. by dirk · 9 years ago
  61. 34e1a21 Renamed matte to alpha. by dirk · 9 years ago
  62. e11ddbd by cristy · 9 years ago
  63. 9b60d0b by cristy · 9 years ago
  64. 44f58df Removed invalid check. by dirk · 9 years ago
  65. d14051c Added extra check to avoid an exception. by dirk · 9 years ago
  66. af4a73f by cristy · 9 years ago
  67. 73ade74 Fixed typo. by dirk · 9 years ago
  68. 24ae22e Changed several booleans in MagickInfo to a flag. by dirk · 9 years ago
  69. 4f578be Code cleanup. by dirk · 9 years ago
  70. cd27554 Added repage() to Magick++. by dirk · 9 years ago
  71. 3317078 Code cleanup by dirk · 9 years ago
  72. 4b39a1b Renamed property of ImageRef by dirk · 9 years ago
  73. 4514fcf Minor fix by dirk · 9 years ago
  74. e46e7dd Minor optimization by using the new quiet() method in the constructor. by dirk · 9 years ago
  75. 7e2bdfa Fixed setting the gamma for each channel instead of only the red one. by dirk · 9 years ago
  76. 6ec89b9 Fix for tap file due to new test. by dirk · 9 years ago
  77. 5fed14e Renamed macro and added new macro for setting the channel mask. by dirk · 9 years ago
  78. 0cb8828 Added new test to Makefile.am by dirk · 9 years ago
  79. ea0279d Fixed conversion from and to string for Geometry and added tests for this. by dirk · 9 years ago
  80. 170ed0c Minor changes in throwing exceptions. by dirk · 9 years ago
  81. 07f84e7 Moved quiet() to options and fixed calls to throwExeption. by dirk · 9 years ago
  82. 5ed5364 Minor change in execution order. by dirk · 9 years ago
  83. bed10b1 Changed copyright by dirk · 9 years ago
  84. 1723755 Fixed setting the wrong member. by dirk · 9 years ago
  85. 49ccbc8 Added checks for empty string when setting 'magick'. by dirk · 9 years ago
  86. 00ac24b Fixed hasChannel for gray images. by dirk · 9 years ago
  87. d873c4a Added new method to check if an image contains a specific channel. by dirk · 9 years ago
  88. e8fddf8 More const changes. by dirk · 9 years ago
  89. 100c62c Added const to various methods. by dirk · 9 years ago
  90. 2688844 Added check to satisfy coverity. by dirk · 9 years ago
  91. b8ef6e8 Added check to satisfy coverity. by dirk · 9 years ago
  92. 867bea1 Fixed argument order. by dirk · 9 years ago
  93. c8c6dd5 Replaced icm with icc. by dirk · 9 years ago
  94. def23e5 by cristy · 9 years ago
  95. d826672 Code cleanup. by dirk · 9 years ago
  96. eb68e91 Fixed type of parameter. by dirk · 9 years ago
  97. 1961611 Change call from SetClientName to GetClientName. by dirk · 10 years ago
  98. 02959a1 Build fix. by dirk · 10 years ago
  99. 1d668d4 Build fixes. by dirk · 10 years ago
  100. 7732889 Added new quiet method to the Image class of Magick++ to prevent throwing of warning exceptions. by dirk · 10 years ago