1. 0091b88 Conditional compile with MAGICKCORE_WINDOWS_SUPPORT define by Cristy · 9 years ago
  2. 8c98475 Only delete thread-specific data if a destructor is defined by Cristy · 9 years ago
  3. 47950f6 Minor improvements to the thread-specific data methods by Cristy · 9 years ago
  4. fe3a57e Fixed another leak/bug. by dirk · 9 years ago
  5. bd150f5 Revert type-cast by Cristy · 9 years ago
  6. 0c056a6 Remove generated file by Cristy · 9 years ago
  7. 1196b1a Eliminate c++ compiler warning by Cristy · 9 years ago
  8. 3ea718e Quiet compiler warnings by Cristy · 9 years ago
  9. ddf8339 We no longer support ImageMagick++.pc, remove it from the RPM spec by Cristy · 9 years ago
  10. 15bc0d6 Update RPM spec so an IMv7 RPM can build by Cristy · 9 years ago
  11. 9b8f870 Update autoconf /automake configuration by Cristy · 9 years ago
  12. b9ed408 Fixed another leak. by dirk · 9 years ago
  13. 8b3e119 Fix library path by Cristy · 9 years ago
  14. ce4a355 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28786 by Cristy · 9 years ago
  15. bd9f1e7 Fixed memory leak when reading incorrect PSD files by dirk · 9 years ago
  16. 0bd8cb4 Fixed OverlayCompositeOp calculation. by dirk · 9 years ago
  17. b93e6eb Call AcquireAlignedMemory because the free method expects aligned memory. by dirk · 9 years ago
  18. 930328a Destroy wand cli on exit by Cristy · 9 years ago
  19. 7ce65e7 Update copyright years by Cristy · 9 years ago
  20. f247981 Use SetImageColorMetric() rather than IsImagesEqual() by Cristy · 9 years ago
  21. 181b2a7 Added setColorMetric to Magick++. by dirk · 9 years ago
  22. 4ed1898 IsImagesEqual() returns false if the images are not equal, whereas SetImageColorMetric() returns the color error metric by Cristy · 9 years ago
  23. 3ede546 https://github.com/ImageMagick/ImageMagick/issues/67 by Cristy · 9 years ago
  24. d5a9132 Added error message. by dirk · 9 years ago
  25. e2e632d Support connected-components:mean-color define for connected component labeling by Cristy · 9 years ago
  26. 0b0d735 Don't return all white for monochrome quantization by Cristy · 9 years ago
  27. 2392b4b Gray artifacts in large gif when using -layers optimize by Cristy · 9 years ago
  28. a788814 Fix for special coordinate case. by dirk · 9 years ago
  29. a75a49b Define LabelPixelChannel by Cristy · 9 years ago
  30. 018189d Renamed luminosity to lightness by dirk · 9 years ago
  31. 4846d73 Update CSS/JS by Cristy · 9 years ago
  32. 6085802 Added missing parameter. by dirk · 9 years ago
  33. e93be68 Update ImageMagick documentation by Cristy · 9 years ago
  34. de652d9 Added 'bmp3:alpha' option for including the alpha channel when writing an image in the BMP3 format. by dirk · 9 years ago
  35. db6b52c Fixed various warnings reported by Visual Studio 2015. by dirk · 9 years ago
  36. 47fc283 The DICOM reader now handles the rescale intercept and slope. by dirk · 9 years ago
  37. 146c482 If image does not have an alpha channel, set the total error to opaque by Cristy · 9 years ago
  38. aab369d Fixed function declaration. by dirk · 9 years ago
  39. 85acc9f Added missing call to ghost_info->delete_instance. by dirk · 9 years ago
  40. 27496b9 Fix to make sure the Ghostscript library only has one instance under Windows. by dirk · 9 years ago
  41. f20fa43 Remove image argument from various methods. by dirk · 9 years ago
  42. 5289ead Removed image argument from QuantizeErrorFlatten. by dirk · 9 years ago
  43. 9f3d8e3 Reduced buffer size. by dirk · 9 years ago
  44. b4979cb Fixed various warnings reported by Visual Studio 2015 by dirk · 9 years ago
  45. f32657d Fixed comparison for ChangeMaskCompositeOp. by dirk · 9 years ago
  46. 65f6b91 Setting alpha_trait on background colors. by dirk · 9 years ago
  47. 95ef695 Whitespace by dirk · 9 years ago
  48. f0e5dc9 Added missing check for destination transparency. by dirk · 9 years ago
  49. 0596ce2 The -clip option no longer returns an inverted mask by Cristy · 9 years ago
  50. cd1d879 Minor optimization. by dirk · 9 years ago
  51. 4a26ef6 GetImageMask should not return an image with transparency. by dirk · 9 years ago
  52. 05d2ff7 Use 'magick_restrict' instead of 'restrict'. by dirk · 9 years ago
  53. e8f20f1 https://github.com/ImageMagick/ImageMagick/pull/56 by Cristy · 9 years ago
  54. 7516891 Fixed reading signed pixel data. by dirk · 9 years ago
  55. a8a9109 Eliminate UTF-8 warning by Cristy · 9 years ago
  56. 88a62d4 Reverted performance patch for now. by dirk · 9 years ago
  57. 4667f00 Using a single thread when cloning pixels and one of the caches is on disk. by dirk · 9 years ago
  58. 594d277 Update ImageMagick docs by Cristy · 9 years ago
  59. 8ce2446 Minor refactoring. by dirk · 9 years ago
  60. 0fe53dc Changed RecordProfileData signature. by dirk · 9 years ago
  61. 15f2201 Update to the latest automake / autoconf configuration files by Cristy · 9 years ago
  62. 251cf8e Added call to DumpProfileData by dirk · 9 years ago
  63. f6c70c3 Build fix. by dirk · 9 years ago
  64. 9973174 Support thread-safe reusable OpenCL command queues and added OpenCL kernel profiling. by dirk · 9 years ago
  65. 71ba567 Fix broken links by Cristy · 9 years ago
  66. e630561 Update documentation by Cristy · 9 years ago
  67. 252b3c6 http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28658 by Cristy · 9 years ago
  68. d1af5ca Fixed initialization of alpha channel with DiscreteAlphaChannel. by dirk · 9 years ago
  69. 71b37c3 Placed the accelerated methods in alphabetic order. by dirk · 9 years ago
  70. b321390 Placed the accelerated methods in alphabetic order. by dirk · 9 years ago
  71. c47dca9 Whitespace. by dirk · 9 years ago
  72. 38aff57 Replaced calls to MorphologyApply with ConvolveImage. by dirk · 9 years ago
  73. bb0bb41 Added support for reading DICOM images with implicit vr little-endian transfer syntax. by dirk · 9 years ago
  74. ed92d0f Revert patch for WritePixelCacheRegion() by Cristy · 9 years ago
  75. a4bed21 Removed file name from path. by dirk · 9 years ago
  76. db5a957 Revert color patch by Cristy · 9 years ago
  77. 79a2abb Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  78. 7dd32c2 .. by Cristy · 9 years ago
  79. 7d6d172 Set minimum size of colormap back to 1. by dirk · 9 years ago
  80. 4d8ac25 Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  81. 428ba72 Revert colormap patch, further analysis required by Cristy · 9 years ago
  82. d5f44e1 Fix for division by zero. by dirk · 9 years ago
  83. 8f42400 https://github.com/ImageMagick/ImageMagick/issues/54 by Cristy · 9 years ago
  84. 965c1bb Fixed bug in SetPixelCacheExtent that made images all black. by dirk · 9 years ago
  85. 5cf9ff5 Build fix. by dirk · 9 years ago
  86. 4ab1d45 Fix for the minimum size of a colormap. by dirk · 9 years ago
  87. ea20b31 Renamed antiAlias to textAntiAlias. by dirk · 9 years ago
  88. be80460 Added local contrast to Magick++ and Wand. by dirk · 9 years ago
  89. cb77f1f Fix for negative radius. by dirk · 9 years ago
  90. e5901cd Added missing typecast. by dirk · 9 years ago
  91. 394f211 Changed default values for LocalContrastImage and added a fix for a negative radius. by dirk · 9 years ago
  92. 61cfa75 Eliminate compiler warning by Cristy · 9 years ago
  93. 76374b9 Export MagickDelay() by Cristy · 9 years ago
  94. 43f23d9 Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  95. 66387d2 Update configure script to latest autoconf / automake by Cristy · 9 years ago
  96. 0c15d99 Radius for local contrast is now pixels instead of a percentage. by dirk · 9 years ago
  97. 531aa15 Add 6dot variant for unicode and iso braille formats by Samuel Thibault · 9 years ago
  98. 528b460 Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  99. cc3dc5c Update autoconf macro by Cristy · 9 years ago
  100. 3505d87 Added LocalContrastImage. by dirk · 9 years ago