1. c47dca9 Whitespace. by dirk · 9 years ago
  2. 38aff57 Replaced calls to MorphologyApply with ConvolveImage. by dirk · 9 years ago
  3. bb0bb41 Added support for reading DICOM images with implicit vr little-endian transfer syntax. by dirk · 9 years ago
  4. ed92d0f Revert patch for WritePixelCacheRegion() by Cristy · 9 years ago
  5. a4bed21 Removed file name from path. by dirk · 9 years ago
  6. db5a957 Revert color patch by Cristy · 9 years ago
  7. 79a2abb Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  8. 7dd32c2 .. by Cristy · 9 years ago
  9. 7d6d172 Set minimum size of colormap back to 1. by dirk · 9 years ago
  10. 4d8ac25 Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  11. 428ba72 Revert colormap patch, further analysis required by Cristy · 9 years ago
  12. d5f44e1 Fix for division by zero. by dirk · 9 years ago
  13. 8f42400 https://github.com/ImageMagick/ImageMagick/issues/54 by Cristy · 9 years ago
  14. 965c1bb Fixed bug in SetPixelCacheExtent that made images all black. by dirk · 9 years ago
  15. 5cf9ff5 Build fix. by dirk · 9 years ago
  16. 4ab1d45 Fix for the minimum size of a colormap. by dirk · 9 years ago
  17. ea20b31 Renamed antiAlias to textAntiAlias. by dirk · 9 years ago
  18. be80460 Added local contrast to Magick++ and Wand. by dirk · 9 years ago
  19. cb77f1f Fix for negative radius. by dirk · 9 years ago
  20. e5901cd Added missing typecast. by dirk · 9 years ago
  21. 394f211 Changed default values for LocalContrastImage and added a fix for a negative radius. by dirk · 9 years ago
  22. 61cfa75 Eliminate compiler warning by Cristy · 9 years ago
  23. 76374b9 Export MagickDelay() by Cristy · 9 years ago
  24. 43f23d9 Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  25. 66387d2 Update configure script to latest autoconf / automake by Cristy · 9 years ago
  26. 0c15d99 Radius for local contrast is now pixels instead of a percentage. by dirk · 9 years ago
  27. 531aa15 Add 6dot variant for unicode and iso braille formats by Samuel Thibault · 9 years ago
  28. 528b460 Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  29. cc3dc5c Update autoconf macro by Cristy · 9 years ago
  30. 3505d87 Added LocalContrastImage. by dirk · 9 years ago
  31. 6d3c779 Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  32. 74dabae Update autoconf macro by Cristy · 9 years ago
  33. 8fd2bec Fixed various warnings reported by Visual Studio 2015 by dirk · 9 years ago
  34. c757d75 Support -define gradient:angle by Cristy · 9 years ago
  35. 05a6267 Remove unused function by Cristy · 9 years ago
  36. 882d9f4 Update documentation by Cristy · 9 years ago
  37. c0aa6da OpenCL build fix. by dirk · 9 years ago
  38. b376654 Fixed initialization of ResizeFilter in AcquireResizeFilter. by dirk · 9 years ago
  39. 42b6230 Fixed memory leak when reading Photoshop layers in a TIFF file. by dirk · 9 years ago
  40. 3a21153 Added extra check when reading the Photoshop layers. by dirk · 9 years ago
  41. f9eb204 Added missing calls to png_set_user_limits. by dirk · 9 years ago
  42. b2d350c Default radial gradient is max(columns,rows)/2 by Cristy · 9 years ago
  43. 3f27fee Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  44. a578020 Doh! Misspelled minimum by Cristy · 9 years ago
  45. b81f0ab Fixed various warnings reported by Visual Studio 2015 and did some minor refactoring. by dirk · 9 years ago
  46. c9dbca3 Support maximum and circle for gradient:extent define by Cristy · 9 years ago
  47. 2526e88 Corrected gradient:extent formula for diagonal, ellipse, and minimum by Cristy · 9 years ago
  48. 0357183 Support gradient:extent define by Cristy · 9 years ago
  49. 8af8043 Corrected radial gradient equations by Cristy · 9 years ago
  50. 8ba074d Move Locale methods to locale.c source module by Cristy · 9 years ago
  51. 95264c4 Support gradient:angle define by Cristy · 9 years ago
  52. f70f909 Add support for gradient:extent define by Cristy · 9 years ago
  53. abd2f5a Use -define gradient:radii rather than gradient:radius by Cristy · 9 years ago
  54. 0b4c077 Eliminate C++ compiler error by Cristy · 9 years ago
  55. b4ac6bf Fix radial gradient logic error by Cristy · 9 years ago
  56. cc55e21 Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  57. 50a6c9d Support ellipses for radial gradient by Cristy · 9 years ago
  58. aa6a11c Fixed various warnings reported by Visual Studio 2015 by dirk · 9 years ago
  59. 5e796e1 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28522 by Cristy · 9 years ago
  60. 9e46e8a ... by Cristy · 9 years ago
  61. 9a95c99 Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  62. 05eff53 Fix gradient:direction for SouthEast by Cristy · 9 years ago
  63. 4e380b1 Improved IsPixelEquivalent to not only check the RGB channels. by dirk · 9 years ago
  64. 29e8af7 ... by Cristy · 9 years ago
  65. 1f1ee5a Fix compile error by Cristy · 9 years ago
  66. 971aac4 Support gradient:direction and gradient:angle defines by Cristy · 9 years ago
  67. 521b061 Make commas optional for coordinates (e.g. 0,0 256,256). by Cristy · 9 years ago
  68. ab6e609 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28502 by Cristy · 9 years ago
  69. c09781a Fixed issue in jpeg:extent that prevented it from working. by dirk · 9 years ago
  70. b20a179 Fixed alpha blending issue with semi-transparent pixels in the merged image of PSD files. by dirk · 9 years ago
  71. 4f11a39 Only draw vertical gradient if gradient:vector is not specified by Cristy · 9 years ago
  72. 4807c9e Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  73. 2588ecc Recognize label:@- as stdin by Cristy · 9 years ago
  74. 01c08ca Build fix. by dirk · 9 years ago
  75. ca41d62 Reverted typecast due to issues in 64-bit build. by dirk · 9 years ago
  76. 0ab8d1f Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  77. 542697a Update documentation by Cristy · 9 years ago
  78. 7b5a0d5 Fixed enabling the alpha channel for the creation of the merged image. by dirk · 9 years ago
  79. a9414e1 Fixed modification of the alpha channel for associate and disassociate. by dirk · 9 years ago
  80. 16f2933 Add support for gradient:bounding-box, gradient:vector, gradient:center, and gradient:radius to shape the gradient rendering by Cristy · 9 years ago
  81. 7b1cf57 Fixed out of bounds error in SpliceImage. by dirk · 9 years ago
  82. 0ccbde8 Reset counter to fix page numbering. by dirk · 9 years ago
  83. e1f8f29 If the type is true color the image will be changed to DirectClass. by dirk · 9 years ago
  84. af51eab Fix for accessing subimage in a photoshop layer. by dirk · 9 years ago
  85. 2fcdcaf Added inverse option to the transparent method. by dirk · 9 years ago
  86. 22d1e09 Added missing const. by dirk · 9 years ago
  87. 1dd96da https://github.com/ImageMagick/ImageMagick/issues/44 by Cristy · 9 years ago
  88. 4c281a6 Added method to test if two colors are fuzzy equivalent. by dirk · 9 years ago
  89. 2ad6d33 Fixed check for the number of pixels that will be allocated. by dirk · 9 years ago
  90. 70aa59b http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28403 by Cristy · 9 years ago
  91. 9799a84 https://github.com/ImageMagick/ImageMagick/issues/44 by Cristy · 9 years ago
  92. 570e5ea Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  93. db3d0f6 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28443 by Cristy · 9 years ago
  94. 94d156e Removed object file and modified .gitignore by dirk · 9 years ago
  95. 99130c9 Don't close blob for JNG image by Cristy · 9 years ago
  96. 43b2e38 Define MaxTextExtent to make MagickCore compatible with IMv6 by Cristy · 9 years ago
  97. a863303 The -caption option no longer fails for filenames with @ prefix by Cristy · 9 years ago
  98. 1142b32 Read the whole image @ image.jp2[0] or an individual tile @ image.jp2[1], image.jp2[2] by Cristy · 9 years ago
  99. 38f3441 Reverted change so the variable is in the correct scope. by dirk · 9 years ago
  100. c93932a Fixed various warnings reported by Visual Studio 2015 by dirk · 9 years ago