1. 8203ec3 ... by Cristy · 8 years ago
  2. d1f5c0d ... by Cristy · 8 years ago
  3. 6d2f14b https://github.com/ImageMagick/ImageMagick/pull/175 by Cristy · 8 years ago
  4. 8f5307c Should use width instead of height. by dirk · 8 years ago
  5. 8c9d68c add read/write support for FLIF by Jon Sneyers · 8 years ago
  6. f739cf5 ... by Cristy · 8 years ago
  7. 1fe0b87 Support signed blob reads by Cristy · 8 years ago
  8. d711b25 Eliminate compiler warning by Cristy · 8 years ago
  9. e231b1b Eliminate compiler exception by Cristy · 8 years ago
  10. 5408e21 ... by Cristy · 8 years ago
  11. bf69730 ... by Cristy · 8 years ago
  12. 8de8fb6 https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29433 by Cristy · 8 years ago
  13. 9df12af ... by Cristy · 8 years ago
  14. 0ee195d Fix check for length. by dirk · 8 years ago
  15. 1b3613e Renamed IsValidColormapIndex to ValidateColormapValue and changed the return type to void. by dirk · 8 years ago
  16. e0fe989 https://github.com/ImageMagick/ImageMagick/issues/161 by Cristy · 8 years ago
  17. c6c70bb https://github.com/ImageMagick/ImageMagick/issues/161 by Cristy · 8 years ago
  18. 4fab205 Use correct comment and minor whitespace change. by dirk · 8 years ago
  19. b22ff3c Fix uncompressed DDS header pitch by Hrnchamd · 8 years ago
  20. 3e69523 Fix multiple DDS output issues. by Hrnchamd · 8 years ago
  21. b1102a1 https://github.com/ImageMagick/ImageMagick/issues/161 by Cristy · 8 years ago
  22. 9a527ef Eliminate compiler exception by Cristy · 8 years ago
  23. 5a34d7a More buffer overflow checks by Cristy · 8 years ago
  24. 9f49296 Remove preview coder by Cristy · 8 years ago
  25. ab6d0a9 Fix compiler exception by Cristy · 8 years ago
  26. 8df6fd4 ... by Cristy · 8 years ago
  27. 8bedb4e Change GetTokenLexeme() to GetNextToken() by Cristy · 8 years ago
  28. fc0f124 Use correct extent value when calling GetMagickToken. by dirk · 8 years ago
  29. 25a7cc4 ... by Cristy · 8 years ago
  30. 360d6db Check for width of zero by Cristy · 8 years ago
  31. 7fb4077 Check for possible data overflow by Cristy · 8 years ago
  32. a8b2bb2 Check to ensure token does not exceed maximum extent by Cristy · 8 years ago
  33. b8f791a Prevent buffer overflow for RLE0-encoded SUN raster images by Cristy · 8 years ago
  34. cdc1b38 MIFF image must have colorspace defined by Cristy · 8 years ago
  35. 665f18d Respect gravity when rendering text (e.g. convert -gravity center my.txt ...) by Cristy · 8 years ago
  36. 6da00b2 Fixed setting interlace. by dirk · 8 years ago
  37. 751a667 Fixes for unused parameters. by dirk · 8 years ago
  38. 86bacde Fixed various warnings. by dirk · 8 years ago
  39. 80e39da Setting compression when loading a bmp file. by dirk · 8 years ago
  40. 06f5901 Removed TransformImages and made TransformImage private. by dirk · 8 years ago
  41. 82e2049 https://github.com/ImageMagick/ImageMagick/issues/148 by Cristy · 8 years ago
  42. 6d202a0 https://github.com/ImageMagick/ImageMagick/issues/143 by Cristy · 8 years ago
  43. e63d202 Fix for variable used in SetQuantumDepth. by dirk · 8 years ago
  44. ffe99fc Minor refactoring. by dirk · 8 years ago
  45. 6f8c570 Added NULL checks to GetGeometry and refactored emf/svg. by dirk · 8 years ago
  46. fa86f7a Minor refactoring. by dirk · 8 years ago
  47. 447c929 -size can now be used the specify the maximum width/height of an EMF image on Windows. by dirk · 8 years ago
  48. 9f443b9 -size can now be used the specify the maximum width/height of an SVG image when librsvg and cairo are being used. by dirk · 8 years ago
  49. 26ac858 Eliminate compiler warning by Cristy · 8 years ago
  50. 6e35319 Use SetQuantumDepth() to prevent buffer overflow by Cristy · 8 years ago
  51. 332ee36 Removed check for alpha channel. by dirk · 8 years ago
  52. c6e0187 Fixed reading 1-bit PSD file (https://github.com/ImageMagick/ImageMagick/issues/141) by dirk · 8 years ago
  53. 5d423d1 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29206 by Cristy · 8 years ago
  54. a6240a1 https://github.com/ImageMagick/ImageMagick/issues/131 by Cristy · 8 years ago
  55. 7b93db1 https://github.com/ImageMagick/ImageMagick/issues/121 by Cristy · 8 years ago
  56. 07b9f5e https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29165 by Cristy · 8 years ago
  57. 134463b https://github.com/ImageMagick/ImageMagick/issues/129 by Cristy · 8 years ago
  58. 1bc1fd0 https://github.com/ImageMagick/ImageMagick/issues/131 by Cristy · 8 years ago
  59. 533ea3b https://github.com/ImageMagick/ImageMagick/issues/128 by Cristy · 8 years ago
  60. e9e92dd https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=29137 by Cristy · 8 years ago
  61. fe1e50a Fixed memory leak when reading an SVG without width/height by dirk · 8 years ago
  62. 6e46e30 Added missing call to CloseBlob. by dirk · 8 years ago
  63. d5a9b37 Fixed incorrect image progress tag. by dirk · 8 years ago
  64. 5f16640 Fixed head buffer overflow reported in: https://github.com/ImageMagick/ImageMagick/issues/98 by dirk · 9 years ago
  65. 998c687 Fixed out-of-bounds write reported in: https://github.com/ImageMagick/ImageMagick/issues/102 by dirk · 9 years ago
  66. bef1e4f https://github.com/ImageMagick/ImageMagick/issues/120 by Cristy · 9 years ago
  67. cc29fa5 https://github.com/ImageMagick/ImageMagick/issues/121 by Cristy · 9 years ago
  68. b3dd69b https://github.com/ImageMagick/ImageMagick/issues/122 by Cristy · 9 years ago
  69. 4f2c04e Added check for out of bounds read (https://github.com/ImageMagick/ImageMagick/issues/108). by dirk · 9 years ago
  70. 4b1b9c0 Added extra check to fix https://github.com/ImageMagick/ImageMagick/issues/93 by dirk · 9 years ago
  71. 30eec87 Moved check for https://github.com/ImageMagick/ImageMagick/issues/92. by dirk · 9 years ago
  72. 62cf713 Added missing typecast. by dirk · 9 years ago
  73. 8b9f21c Renamed FilterTypes to FilterType. by dirk · 9 years ago
  74. b797b2c Renamed mattecolor to alpha-color. by dirk · 9 years ago
  75. abed7e2 Renamed hashmap.c to linked-list.c and removed the hashmap code. by dirk · 9 years ago
  76. b60d1ed https://github.com/ImageMagick/ImageMagick/issues/102 by Cristy · 9 years ago
  77. a2e1064 https://github.com/ImageMagick/ImageMagick/issues/104 by Cristy · 9 years ago
  78. ec763d6 https://github.com/ImageMagick/ImageMagick/issues/106 by Cristy · 9 years ago
  79. fcfb131 https://github.com/ImageMagick/ImageMagick/issues/107 by Cristy · 9 years ago
  80. 68868fa Use the image from the layer instead of composite on top of image. by dirk · 9 years ago
  81. 4756b6d Read XCF layer name. by dirk · 9 years ago
  82. ffb9daf https://github.com/ImageMagick/ImageMagick/issues/91 by Cristy · 9 years ago
  83. f8c318d https://github.com/ImageMagick/ImageMagick/issues/96 by Cristy · 9 years ago
  84. 7be16a2 https://github.com/ImageMagick/ImageMagick/issues/99 by Cristy · 9 years ago
  85. 14e606d https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537213 by Cristy · 9 years ago
  86. b69086d Fixed writing DocClass in CALS coder. by dirk · 9 years ago
  87. 7cd5b95 Write correct pitch and channel bitmasks for uncompressed DDS images. by Dan Skorupski · 9 years ago
  88. a123a48 remove exec perm on source files by Remi Collet · 9 years ago
  89. 280215b Rewrite reading pixel values. by dirk · 9 years ago
  90. de9d231 Fixed check for bit depth. by dirk · 9 years ago
  91. 198fffa Added check for bit depth 1. by dirk · 9 years ago
  92. 6cad3f6 Added checks for depth. by dirk · 9 years ago
  93. ecf3f09 Fixed check. by dirk · 9 years ago
  94. e14fd0a Added missing call to ConstrainColormapIndex. by dirk · 9 years ago
  95. 6f1879d Fixed overflow. by dirk · 9 years ago
  96. 2174484 https://github.com/ImageMagick/ImageMagick/issues/82 by Cristy · 9 years ago
  97. 8dcf300 Fix compiler error by Cristy · 9 years ago
  98. a2e7da8 Include option.h by Cristy · 9 years ago
  99. a79f4f4 Build fix. by dirk · 9 years ago
  100. af131f1 Added type parameter for Read/Write pixelmask to GetImageMask. by dirk · 9 years ago