1. 5f16640 Fixed head buffer overflow reported in: https://github.com/ImageMagick/ImageMagick/issues/98 by dirk · 9 years ago
  2. 998c687 Fixed out-of-bounds write reported in: https://github.com/ImageMagick/ImageMagick/issues/102 by dirk · 9 years ago
  3. bef1e4f https://github.com/ImageMagick/ImageMagick/issues/120 by Cristy · 9 years ago
  4. cc29fa5 https://github.com/ImageMagick/ImageMagick/issues/121 by Cristy · 9 years ago
  5. b3dd69b https://github.com/ImageMagick/ImageMagick/issues/122 by Cristy · 9 years ago
  6. 4f2c04e Added check for out of bounds read (https://github.com/ImageMagick/ImageMagick/issues/108). by dirk · 9 years ago
  7. 4b1b9c0 Added extra check to fix https://github.com/ImageMagick/ImageMagick/issues/93 by dirk · 9 years ago
  8. 30eec87 Moved check for https://github.com/ImageMagick/ImageMagick/issues/92. by dirk · 9 years ago
  9. 62cf713 Added missing typecast. by dirk · 9 years ago
  10. 8b9f21c Renamed FilterTypes to FilterType. by dirk · 9 years ago
  11. b797b2c Renamed mattecolor to alpha-color. by dirk · 9 years ago
  12. abed7e2 Renamed hashmap.c to linked-list.c and removed the hashmap code. by dirk · 9 years ago
  13. b60d1ed https://github.com/ImageMagick/ImageMagick/issues/102 by Cristy · 9 years ago
  14. a2e1064 https://github.com/ImageMagick/ImageMagick/issues/104 by Cristy · 9 years ago
  15. ec763d6 https://github.com/ImageMagick/ImageMagick/issues/106 by Cristy · 9 years ago
  16. fcfb131 https://github.com/ImageMagick/ImageMagick/issues/107 by Cristy · 9 years ago
  17. 68868fa Use the image from the layer instead of composite on top of image. by dirk · 9 years ago
  18. 4756b6d Read XCF layer name. by dirk · 9 years ago
  19. ffb9daf https://github.com/ImageMagick/ImageMagick/issues/91 by Cristy · 9 years ago
  20. f8c318d https://github.com/ImageMagick/ImageMagick/issues/96 by Cristy · 9 years ago
  21. 7be16a2 https://github.com/ImageMagick/ImageMagick/issues/99 by Cristy · 9 years ago
  22. 14e606d https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537213 by Cristy · 9 years ago
  23. b69086d Fixed writing DocClass in CALS coder. by dirk · 9 years ago
  24. 7cd5b95 Write correct pitch and channel bitmasks for uncompressed DDS images. by Dan Skorupski · 9 years ago
  25. a123a48 remove exec perm on source files by Remi Collet · 9 years ago
  26. 280215b Rewrite reading pixel values. by dirk · 9 years ago
  27. de9d231 Fixed check for bit depth. by dirk · 9 years ago
  28. 198fffa Added check for bit depth 1. by dirk · 9 years ago
  29. 6cad3f6 Added checks for depth. by dirk · 9 years ago
  30. ecf3f09 Fixed check. by dirk · 9 years ago
  31. e14fd0a Added missing call to ConstrainColormapIndex. by dirk · 9 years ago
  32. 6f1879d Fixed overflow. by dirk · 9 years ago
  33. 2174484 https://github.com/ImageMagick/ImageMagick/issues/82 by Cristy · 9 years ago
  34. 8dcf300 Fix compiler error by Cristy · 9 years ago
  35. a2e7da8 Include option.h by Cristy · 9 years ago
  36. a79f4f4 Build fix. by dirk · 9 years ago
  37. af131f1 Added type parameter for Read/Write pixelmask to GetImageMask. by dirk · 9 years ago
  38. 4825f05 Remove 'view' option, -define fpx:view should be used instead. by dirk · 9 years ago
  39. 360b986 Replace fixes. by dirk · 9 years ago
  40. 68a6b50 Use a local pixel compare method instead of IsPixelEquivalent because only rgb should be checked. by dirk · 9 years ago
  41. 745b3bc Group4Compression requires a bilevel image by Cristy · 9 years ago
  42. 3cb17ec TIFF Group4 compression requires an image depth of 1 by Cristy · 9 years ago
  43. a648c5a https://github.com/ImageMagick/ImageMagick/issues/66 by Cristy · 9 years ago
  44. d9d2c0d Rename 'DrawAllocateWand' method to 'AcquireDrawingWand' by Cristy · 9 years ago
  45. 97af996 Set TIFF error handler in RegisterTIFFImage() by Cristy · 9 years ago
  46. 47950f6 Minor improvements to the thread-specific data methods by Cristy · 9 years ago
  47. fe3a57e Fixed another leak/bug. by dirk · 9 years ago
  48. 1196b1a Eliminate c++ compiler warning by Cristy · 9 years ago
  49. 15bc0d6 Update RPM spec so an IMv7 RPM can build by Cristy · 9 years ago
  50. b9ed408 Fixed another leak. by dirk · 9 years ago
  51. ce4a355 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28786 by Cristy · 9 years ago
  52. bd9f1e7 Fixed memory leak when reading incorrect PSD files by dirk · 9 years ago
  53. 7ce65e7 Update copyright years by Cristy · 9 years ago
  54. d5a9132 Added error message. by dirk · 9 years ago
  55. de652d9 Added 'bmp3:alpha' option for including the alpha channel when writing an image in the BMP3 format. by dirk · 9 years ago
  56. db6b52c Fixed various warnings reported by Visual Studio 2015. by dirk · 9 years ago
  57. 47fc283 The DICOM reader now handles the rescale intercept and slope. by dirk · 9 years ago
  58. 85acc9f Added missing call to ghost_info->delete_instance. by dirk · 9 years ago
  59. 9f3d8e3 Reduced buffer size. by dirk · 9 years ago
  60. b4979cb Fixed various warnings reported by Visual Studio 2015 by dirk · 9 years ago
  61. 05d2ff7 Use 'magick_restrict' instead of 'restrict'. by dirk · 9 years ago
  62. 7516891 Fixed reading signed pixel data. by dirk · 9 years ago
  63. 252b3c6 http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28658 by Cristy · 9 years ago
  64. c47dca9 Whitespace. by dirk · 9 years ago
  65. bb0bb41 Added support for reading DICOM images with implicit vr little-endian transfer syntax. by dirk · 9 years ago
  66. 8f42400 https://github.com/ImageMagick/ImageMagick/issues/54 by Cristy · 9 years ago
  67. 531aa15 Add 6dot variant for unicode and iso braille formats by Samuel Thibault · 9 years ago
  68. 42b6230 Fixed memory leak when reading Photoshop layers in a TIFF file. by dirk · 9 years ago
  69. 3a21153 Added extra check when reading the Photoshop layers. by dirk · 9 years ago
  70. f9eb204 Added missing calls to png_set_user_limits. by dirk · 9 years ago
  71. 0b4c077 Eliminate C++ compiler error by Cristy · 9 years ago
  72. ab6e609 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28502 by Cristy · 9 years ago
  73. c09781a Fixed issue in jpeg:extent that prevented it from working. by dirk · 9 years ago
  74. b20a179 Fixed alpha blending issue with semi-transparent pixels in the merged image of PSD files. by dirk · 9 years ago
  75. ca41d62 Reverted typecast due to issues in 64-bit build. by dirk · 9 years ago
  76. 7b5a0d5 Fixed enabling the alpha channel for the creation of the merged image. by dirk · 9 years ago
  77. e1f8f29 If the type is true color the image will be changed to DirectClass. by dirk · 9 years ago
  78. af51eab Fix for accessing subimage in a photoshop layer. by dirk · 9 years ago
  79. 2ad6d33 Fixed check for the number of pixels that will be allocated. by dirk · 9 years ago
  80. 99130c9 Don't close blob for JNG image 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. c93932a Fixed various warnings reported by Visual Studio 2015 by dirk · 9 years ago
  83. 39b28d3 http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28422 by Cristy · 9 years ago
  84. e6fb02d http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=28412 by Cristy · 9 years ago
  85. b912334 Revert RLE patch by Cristy · 9 years ago
  86. 52ec99e Moved assertion and added not null check (Github: #33) by dirk · 9 years ago
  87. 7f8db42 https://github.com/ImageMagick/ImageMagick/issues/33 by Cristy · 9 years ago
  88. fa589d6 Fixed various warnings reported by Visual Studio 2015 by dirk · 9 years ago
  89. 66d1345 Code tweaks, no functional changes by Cristy · 9 years ago
  90. b5be932 Tietz offset is a Tiff property by Cristy · 9 years ago
  91. fc16b54 Setting endianness of image earlier. by dirk · 9 years ago
  92. 3256579 https://github.com/ImageMagick/ImageMagick/issues/26 by Cristy · 9 years ago
  93. 054e9fd Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  94. 9125cd5 http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=28359 by Cristy · 9 years ago
  95. 613a141 Fixed size of memory allocation to avoid segfault (Github: #32). by dirk · 9 years ago
  96. 7b6ffff Fix for writing grayscale jp2 images. by dirk · 9 years ago
  97. eb79408 Merge branch 'master' of git.imagemagick.org:repos/ImageMagick by Cristy · 9 years ago
  98. 120b581 Older versions of libpng do not support png_const_bytep by Cristy · 9 years ago
  99. 8648daf Changed mime type. by dirk · 9 years ago
  100. 2aa15e6 Added mime type for json. by dirk · 9 years ago