1. b1924a1 Whitespace. by dirk · 9 years ago
  2. e5b79ee Added DrawableBorderColor, DrawableClipRule, DrawableClipUnits, DrawableFillPatternUrl, DrawableStrokePatternUrl and DrawableTextAlignment by dirk · 9 years ago
  3. c56b56a Fixed memory leaks. by dirk · 9 years ago
  4. 9fb0f66 No longer support Magick::Montage::compose() by Cristy · 9 years ago
  5. bd0db06 Minor code clean-up by Cristy · 9 years ago
  6. d31cea8 Removed compare methods. by dirk · 9 years ago
  7. 14e5c8c Whitespace cleanup. by dirk · 9 years ago
  8. 03c2ebf Comment fix and moved method. by dirk · 9 years ago
  9. 6c013b6 Build fix. by dirk · 9 years ago
  10. 2e1ade7 Build fix. by dirk · 9 years ago
  11. f5ad416 Removed unused property. by dirk · 9 years ago
  12. d9d2c0d Rename 'DrawAllocateWand' method to 'AcquireDrawingWand' by Cristy · 9 years ago
  13. f9b5a0b http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=28875 by Cristy · 9 years ago
  14. 14c8ae4 Source code clean-up by Cristy · 9 years ago
  15. 91c2741 Clean up complex text layout source code by Cristy · 9 years ago
  16. 69a0d3b https://github.com/ImageMagick/ImageMagick/pull/69.patch refactored by Cristy · 9 years ago
  17. f9d4d08 Convert wide characters to UTF-8 by Cristy · 9 years ago
  18. d982e0a Support -define connected-components:keep define by Cristy · 9 years ago
  19. 96afea8 Updated configure script by Cristy · 9 years ago
  20. 88932ef GaussJordanElimination() and LeastSquaresAddTerms() are private methods by Cristy · 9 years ago
  21. 6b24c86 Eliminate compiler warning by Cristy · 9 years ago
  22. a4a3658 Only set alpha channel if the remove list is valid by Cristy · 9 years ago
  23. 1ca877c Support -define connected-components:remove define by Cristy · 9 years ago
  24. df514d9 Changed includes. by dirk · 9 years ago
  25. 8d10618 Keep thread_.h header private afterall by Cristy · 9 years ago
  26. c825e28 include thread.h in MagickCore header file by Cristy · 9 years ago
  27. 8eccaa3 Eliminate compiler warning by Cristy · 9 years ago
  28. b0fd53f Conditional compile with MAGICKCORE_WINDOWS_SUPPORT define by Cristy · 9 years ago
  29. bee1f97 Conditional compile with MAGICKCORE_WINDOWS_SUPPORT define by Cristy · 9 years ago
  30. 97af996 Set TIFF error handler in RegisterTIFFImage() by Cristy · 9 years ago
  31. 0091b88 Conditional compile with MAGICKCORE_WINDOWS_SUPPORT define by Cristy · 9 years ago
  32. 8c98475 Only delete thread-specific data if a destructor is defined by Cristy · 9 years ago
  33. 47950f6 Minor improvements to the thread-specific data methods by Cristy · 9 years ago
  34. fe3a57e Fixed another leak/bug. by dirk · 9 years ago
  35. bd150f5 Revert type-cast by Cristy · 9 years ago
  36. 0c056a6 Remove generated file by Cristy · 9 years ago
  37. 1196b1a Eliminate c++ compiler warning by Cristy · 9 years ago
  38. 3ea718e Quiet compiler warnings by Cristy · 9 years ago
  39. ddf8339 We no longer support ImageMagick++.pc, remove it from the RPM spec by Cristy · 9 years ago
  40. 15bc0d6 Update RPM spec so an IMv7 RPM can build by Cristy · 9 years ago
  41. 9b8f870 Update autoconf /automake configuration by Cristy · 9 years ago
  42. b9ed408 Fixed another leak. by dirk · 9 years ago
  43. 8b3e119 Fix library path by Cristy · 9 years ago
  44. ce4a355 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28786 by Cristy · 9 years ago
  45. bd9f1e7 Fixed memory leak when reading incorrect PSD files by dirk · 9 years ago
  46. 0bd8cb4 Fixed OverlayCompositeOp calculation. by dirk · 9 years ago
  47. b93e6eb Call AcquireAlignedMemory because the free method expects aligned memory. by dirk · 9 years ago
  48. 930328a Destroy wand cli on exit by Cristy · 9 years ago
  49. 7ce65e7 Update copyright years by Cristy · 9 years ago
  50. f247981 Use SetImageColorMetric() rather than IsImagesEqual() by Cristy · 9 years ago
  51. 181b2a7 Added setColorMetric to Magick++. by dirk · 9 years ago
  52. 4ed1898 IsImagesEqual() returns false if the images are not equal, whereas SetImageColorMetric() returns the color error metric by Cristy · 9 years ago
  53. 3ede546 https://github.com/ImageMagick/ImageMagick/issues/67 by Cristy · 9 years ago
  54. d5a9132 Added error message. by dirk · 9 years ago
  55. e2e632d Support connected-components:mean-color define for connected component labeling by Cristy · 9 years ago
  56. 0b0d735 Don't return all white for monochrome quantization by Cristy · 9 years ago
  57. 2392b4b Gray artifacts in large gif when using -layers optimize by Cristy · 9 years ago
  58. a788814 Fix for special coordinate case. by dirk · 9 years ago
  59. a75a49b Define LabelPixelChannel by Cristy · 9 years ago
  60. 018189d Renamed luminosity to lightness by dirk · 9 years ago
  61. 4846d73 Update CSS/JS by Cristy · 9 years ago
  62. 6085802 Added missing parameter. by dirk · 9 years ago
  63. e93be68 Update ImageMagick documentation by Cristy · 9 years ago
  64. de652d9 Added 'bmp3:alpha' option for including the alpha channel when writing an image in the BMP3 format. by dirk · 9 years ago
  65. db6b52c Fixed various warnings reported by Visual Studio 2015. by dirk · 9 years ago
  66. 47fc283 The DICOM reader now handles the rescale intercept and slope. by dirk · 9 years ago
  67. 146c482 If image does not have an alpha channel, set the total error to opaque by Cristy · 9 years ago
  68. aab369d Fixed function declaration. by dirk · 9 years ago
  69. 85acc9f Added missing call to ghost_info->delete_instance. by dirk · 9 years ago
  70. 27496b9 Fix to make sure the Ghostscript library only has one instance under Windows. by dirk · 9 years ago
  71. f20fa43 Remove image argument from various methods. by dirk · 9 years ago
  72. 5289ead Removed image argument from QuantizeErrorFlatten. by dirk · 9 years ago
  73. 9f3d8e3 Reduced buffer size. by dirk · 9 years ago
  74. b4979cb Fixed various warnings reported by Visual Studio 2015 by dirk · 9 years ago
  75. f32657d Fixed comparison for ChangeMaskCompositeOp. by dirk · 9 years ago
  76. 65f6b91 Setting alpha_trait on background colors. by dirk · 9 years ago
  77. 95ef695 Whitespace by dirk · 9 years ago
  78. f0e5dc9 Added missing check for destination transparency. by dirk · 9 years ago
  79. 0596ce2 The -clip option no longer returns an inverted mask by Cristy · 9 years ago
  80. cd1d879 Minor optimization. by dirk · 9 years ago
  81. 4a26ef6 GetImageMask should not return an image with transparency. by dirk · 9 years ago
  82. 05d2ff7 Use 'magick_restrict' instead of 'restrict'. by dirk · 9 years ago
  83. e8f20f1 https://github.com/ImageMagick/ImageMagick/pull/56 by Cristy · 9 years ago
  84. 7516891 Fixed reading signed pixel data. by dirk · 9 years ago
  85. a8a9109 Eliminate UTF-8 warning by Cristy · 9 years ago
  86. 88a62d4 Reverted performance patch for now. by dirk · 9 years ago
  87. 4667f00 Using a single thread when cloning pixels and one of the caches is on disk. by dirk · 9 years ago
  88. 594d277 Update ImageMagick docs by Cristy · 9 years ago
  89. 8ce2446 Minor refactoring. by dirk · 9 years ago
  90. 0fe53dc Changed RecordProfileData signature. by dirk · 9 years ago
  91. 15f2201 Update to the latest automake / autoconf configuration files by Cristy · 9 years ago
  92. 251cf8e Added call to DumpProfileData by dirk · 9 years ago
  93. f6c70c3 Build fix. by dirk · 9 years ago
  94. 9973174 Support thread-safe reusable OpenCL command queues and added OpenCL kernel profiling. by dirk · 9 years ago
  95. 71ba567 Fix broken links by Cristy · 9 years ago
  96. e630561 Update documentation by Cristy · 9 years ago
  97. 252b3c6 http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28658 by Cristy · 9 years ago
  98. d1af5ca Fixed initialization of alpha channel with DiscreteAlphaChannel. by dirk · 9 years ago
  99. 71b37c3 Placed the accelerated methods in alphabetic order. by dirk · 9 years ago
  100. b321390 Placed the accelerated methods in alphabetic order. by dirk · 9 years ago