1. 51d4438 Made nested enum PixelType of Color class public. by dirk · 10 years ago
  2. 6485563 Added CMYKA constructor to the Color class. by dirk · 10 years ago
  3. 230403f Proper initialization of PixelInfo. Fixed string operator. by dirk · 10 years ago
  4. 66a0c5b Added ColorCMYK to Magick++. by dirk · 10 years ago
  5. 545c6e7 Added modifyImage. by dirk · 10 years ago
  6. 27b3d94 Added missing NULL check. by dirk · 10 years ago
  7. 54ef1d6 by cristy · 10 years ago
  8. 7c8a646 by cristy · 10 years ago
  9. 2c57b74 by cristy · 10 years ago
  10. cfc8b6d Fixed return value of resolutionUnits in Magick++. by dirk · 10 years ago
  11. b053dbe Fixed use of imageInfo in readImages. by dirk · 10 years ago
  12. 4412c68 Added kuwaharaChannel to Magick++. by dirk · 10 years ago
  13. 6bb32ea Added AssociateAlphaChannel, DiscreteAlphaChannel and DisassociateAlphaChannel. by dirk · 10 years ago
  14. 266d3a8 Added xyYColorspace by dirk · 10 years ago
  15. a6045f5 Added kuwahara to Magick++ by dirk · 10 years ago
  16. 57f7128 by cristy · 10 years ago
  17. 130da84 Fixed compiler warnings. by dirk · 10 years ago
  18. b27956a Build fix. by dirk · 10 years ago
  19. 4620adf Build fix. by dirk · 10 years ago
  20. e316d15 Added PerceptualHash to Magick++. by dirk · 10 years ago
  21. 0116c33 Removed ClipMask methods. by dirk · 10 years ago
  22. 2b1eb14 Fixed call to CompositeImage. by dirk · 10 years ago
  23. a708e5a Fixed setting alpha_trait in the Color class of Magick++. by dirk · 10 years ago
  24. 77289cf Buildfix. by dirk · 10 years ago
  25. 7b6b37e Renamed ChannelMoments files to Statistic. by dirk · 10 years ago
  26. 4a3d5b0 Build fixes. by dirk · 10 years ago
  27. 2a9bf21 Build fix. by dirk · 10 years ago
  28. 85126c7 Fixed compiler warning. by dirk · 10 years ago
  29. f279b69 by cristy · 10 years ago
  30. adfeada Fixed creation of ImageMoments. by dirk · 10 years ago
  31. 5678eda ping now also calls the new read method in Magick++. by dirk · 10 years ago
  32. 671b5d7 The read method in Magick++ will raise a warning when it fails to read an image but no exception was raised. by dirk · 10 years ago
  33. 6e6af8e Removed xNegative/yNegative from Geometry in Magick++. by dirk · 10 years ago
  34. 067638f by cristy · 10 years ago
  35. ddf4cd6 Fixed mapImages. by dirk · 10 years ago
  36. f781e34 Couple of fixes in Magick++. by dirk · 10 years ago
  37. 1c45125 by cristy · 10 years ago
  38. cf9e547 Added ReadOptions class for the readImages method. by dirk · 10 years ago
  39. 7658548 Build fix. by dirk · 10 years ago
  40. e26d1a5 Fixed call to mapImages with 'invalid' image. by dirk · 10 years ago
  41. 798e5be Added optimizeTransparency to Magick++. by dirk · 10 years ago
  42. 223843f Added 'invert' option to the floodFill methods. by dirk · 10 years ago
  43. 7f150fd Fixed typo. by dirk · 10 years ago
  44. 48f358a Added grayScale to Magick++. by dirk · 10 years ago
  45. c89e38f Added cropToTiles to Magick++. by dirk · 10 years ago
  46. 98d9f1c Fixed compiler warnings. by dirk · 10 years ago
  47. fdc035a by cristy · 10 years ago
  48. 17491be by cristy · 10 years ago
  49. 6d6d5f2 Refactored methods to use AcquireExceptioInfo instead of GetExceptionInfo. by dirk · 10 years ago
  50. e31feb8 Refactored methods to use AcquireExceptioInfo instead of GetExceptionInfo. by dirk · 10 years ago
  51. 9bb7c84 by cristy · 10 years ago
  52. 9b8a73f Code cleanup. by dirk · 10 years ago
  53. a3af122 Added new invert parameter to opaque. by dirk · 10 years ago
  54. 933b132 Build fix. by dirk · 10 years ago
  55. a7c1e5c Moved exportPixels to separate class. by dirk · 10 years ago
  56. fa84114 Added method to quickly export pixels. by dirk · 10 years ago
  57. e773c43 by cristy · 10 years ago
  58. 7e01b02 by cristy · 10 years ago
  59. 30841e6 by cristy · 10 years ago
  60. 8418c7e by cristy · 10 years ago
  61. eeeb856 Build fix. by dirk · 10 years ago
  62. ee1f0ae Build fix. by dirk · 10 years ago
  63. 019efc8 Fixed/added properties that should set artifacts. by dirk · 10 years ago
  64. 6154196 Fixed throwExceptionExplicit. by dirk · 10 years ago
  65. aea390f Fixed order of nested exceptions. by dirk · 11 years ago
  66. 1694921 Added nested exceptions to Magick++. by dirk · 11 years ago
  67. caa4d74 Added policy exceptions to Magick++. by dirk · 11 years ago
  68. 6f15d82 Code cleanup. by dirk · 11 years ago
  69. 4d0ca34 by cristy · 11 years ago
  70. 1dc9872 Added new class to support multiple ChannelMoments. by dirk · 11 years ago
  71. 4a07d11 Moved detection of type to a separate method in Magick++. The type() method no longer modifies the type of the image. Use determineType() instead. by dirk · 11 years ago
  72. c8c49d4 Added hough line to Magick++. by dirk · 11 years ago
  73. 064bae3 Added canny edge to Magick++. by dirk · 11 years ago
  74. a713b82 Moved raising exception in Write method. by dirk · 11 years ago
  75. 77f1cff Changed type of the exception. by dirk · 11 years ago
  76. d1c9495 Added missing include. by dirk · 11 years ago
  77. 617c123 Added image moments to Magick++. by dirk · 11 years ago
  78. cec9dd6 EnableOpenCL returns true if OpenCL was enabled successfully. by dirk · 11 years ago
  79. 19c9ec4 Fixed montageImages. by dirk · 11 years ago
  80. 512ff64 Code cleanup. by dirk · 11 years ago
  81. 49dfa44 Added blackPointCompensation to Magick++. by dirk · 11 years ago
  82. f1775d8 Added orderedDither, selectiveBlur, separate, sepiaTone, sketch, smushImages, tint, uniqueColors and vignette to Magick++. by dirk · 11 years ago
  83. 6d612cf Replaced RadialBlur with RotationalBlur. Added rotationalBlur to Magick++. by dirk · 11 years ago
  84. 6d64b36 Added quantizeDitherMethod to Magick++. by dirk · 11 years ago
  85. 3648685 Added morphology to Magick++. by dirk · 11 years ago
  86. 830e974 by cristy · 11 years ago
  87. c20fa63 Added subImageSearch. by dirk · 11 years ago
  88. 01eeed7 Code cleanup. by dirk · 11 years ago
  89. 982785c Added transpose and transverse to Magick++. by dirk · 11 years ago
  90. c084d39 Added text direction to Wand and added DrawableTextDirection to Magick++. by dirk · 11 years ago
  91. d374176 Added textDirection and textGravity to Magick++. by dirk · 11 years ago
  92. 5b11ff3 Fixed Makefile.am by dirk · 11 years ago
  93. d1c72d8 Added ResourceLimits class. by dirk · 11 years ago
  94. e6e40ad Added fontTypeMetricsMultiline to Image. by dirk · 11 years ago
  95. e7bee03 by cristy · 11 years ago
  96. b53451c Moved functions to Functions.h. by dirk · 11 years ago
  97. 01efa03 by cristy · 11 years ago
  98. 43175e3 Reverted change. by dirk · 11 years ago
  99. c3eb16d by cristy · 11 years ago
  100. cad9a5f Fixed test build. by dirk · 11 years ago