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