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