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