1. 2664501 Missing parenthesis by Cristy · 9 years ago
  2. 6ffac4f Support inline images with data URLS by Cristy · 9 years ago
  3. 1401044 Support color compliance for TXT format (e.g. -define txt:compliance=css) by Cristy · 9 years ago
  4. 87038d5 Fixed reading Photoshop layers of LSB TIFF files. by dirk · 9 years ago
  5. cc332e3 http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28043 by Cristy · 9 years ago
  6. fda8bdc by cristy · 9 years ago
  7. e4fa22b http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=28110 by cristy · 9 years ago
  8. aa1d0af Copied changes from IM6. by dirk · 9 years ago
  9. fe33a41 by cristy · 9 years ago
  10. 9a846de Renamed IsStringNotFalse to IsStringFalse and changed the implementation. by dirk · 9 years ago
  11. acd0d4c by cristy · 9 years ago
  12. ab4f0bb Added IdentifyImageType that returns the potential type of the image, GetImageType will no longer do this. by dirk · 9 years ago
  13. f4be669 Restored call to SetImageGray to reduce the size of the file. by dirk · 9 years ago
  14. 258ccf5 by cristy · 9 years ago
  15. a4dee45 by cristy · 9 years ago
  16. 698aab6 Shorten PNG00 description to 80 charactes by glennrp · 9 years ago
  17. ab9dc3a by cristy · 9 years ago
  18. 2338982 by cristy · 9 years ago
  19. 7ea30e3 Removed incorrect EOF check. by dirk · 9 years ago
  20. 96f82a0 Added artifact that will help determine if a tiff image has layers. by dirk · 9 years ago
  21. 3b0cc21 by cristy · 9 years ago
  22. c229d4b Changed check so -define tiff:ignore-layers also works. by dirk · 9 years ago
  23. 75b96c8 Fixed initialization of mode value. by dirk · 9 years ago
  24. b6f578b Added support for more than 2 stop colors. by dirk · 9 years ago
  25. f084319 Reverted check for length. by dirk · 9 years ago
  26. f201ba6 by cristy · 9 years ago
  27. 8be1182 by cristy · 9 years ago
  28. 4dfcdf0 by cristy · 9 years ago
  29. 19789fd Improved API for modifying DPX properties. by dirk · 9 years ago
  30. a0b0ad3 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27960 by cristy · 9 years ago
  31. e1c94d9 by cristy · 9 years ago
  32. c8e4bcc Added missing increment of x. by dirk · 9 years ago
  33. 6c316f2 Fixed and escaped output of the json coder. by dirk · 9 years ago
  34. 6277348 by cristy · 9 years ago
  35. cd56a38 by cristy · 9 years ago
  36. c8463cc by cristy · 9 years ago
  37. 95f893f Change continue back into a break. by dirk · 9 years ago
  38. 0bf2143 Fixed typecast. by dirk · 9 years ago
  39. c0505a0 by cristy · 9 years ago
  40. 565117b by cristy · 9 years ago
  41. cbc2562 by cristy · 9 years ago
  42. 77405c2 Removed unused variable. by dirk · 9 years ago
  43. ccad00b Various Coverity fixes. by dirk · 9 years ago
  44. f308152 Removed unnecessary calls to DiscardBlobBytes. by dirk · 9 years ago
  45. 657749b by cristy · 9 years ago
  46. ba6d778 Fixed crash when reading a corrupt tiff file, the tiff should be closed before the memory is freed. by dirk · 9 years ago
  47. 3138126 Respect resource limits. by cristy · 9 years ago
  48. 450bee7 by cristy · 9 years ago
  49. 908a35b by cristy · 9 years ago
  50. 8e7204e by cristy · 9 years ago
  51. 32ccaaa by cristy · 9 years ago
  52. eb5cb8d Don't skip palette-building (reverts change from IM-6.9.1-3). by glennrp · 9 years ago
  53. 3b53d44 by cristy · 9 years ago
  54. 37f7709 by cristy · 9 years ago
  55. df40958 by cristy · 9 years ago
  56. f2cec1f by cristy · 9 years ago
  57. b9d46a1 by cristy · 9 years ago
  58. 0d143b1 by cristy · 9 years ago
  59. 86b6e55 by cristy · 9 years ago
  60. 32f75d4 by cristy · 9 years ago
  61. 1838bfe by cristy · 9 years ago
  62. 6429104 by cristy · 9 years ago
  63. ccdef73 by cristy · 9 years ago
  64. b1253cd by cristy · 9 years ago
  65. 0f6fc2d by cristy · 9 years ago
  66. 6fef95b by cristy · 9 years ago
  67. d182505 by cristy · 9 years ago
  68. 14c08dc Added support for reading Photoshop layers in TIFF files. by dirk · 9 years ago
  69. a41d97f Added support for reading a user supplied layer mask in PSD files. by dirk · 9 years ago
  70. 70e7604 Also including the alpha channel in the font color. by dirk · 9 years ago
  71. b227d32 Typo... by dirk · 9 years ago
  72. 20b6a11 Added support for setting the font color with -fill to the pango coder. by dirk · 9 years ago
  73. 6b675d1 by cristy · 9 years ago
  74. 1446bc9 by cristy · 9 years ago
  75. b3f97ae by cristy · 9 years ago
  76. c1e0770 Added "if possible" to the description string for PNG00. by glennrp · 9 years ago
  77. a28846f Jpeg images no longer have pixels per inch as a default value for density units when the density is not set. by dirk · 9 years ago
  78. 58ee16a Fixed determining compression in tga images. by dirk · 9 years ago
  79. a3a520c Avoid unnecessary palette-building when writing a grayscale PNG. by glennrp · 9 years ago
  80. 85893d3 by cristy · 9 years ago
  81. a2e407a Fixed writing label and comment in tiff images. by dirk · 9 years ago
  82. 94509a2 coders/png.c ReadJNGImage: fix Coverity CID 14306, "Logically Dead Code".: by glennrp · 9 years ago
  83. ff1cf6f by cristy · 9 years ago
  84. 0cfa9e9 Fixed transparency issue with 16-bit tga files. by dirk · 9 years ago
  85. 30fb621 Fixed bug with "-define png:format" introduced in version 6.8.9-0. by glennrp · 9 years ago
  86. 057a5d2 Added option to preserve a corrupt image to the png coder. by dirk · 9 years ago
  87. 151b66d by cristy · 9 years ago
  88. d4618c0 by cristy · 9 years ago
  89. 5181656 by cristy · 9 years ago
  90. dfc3f85 by cristy · 9 years ago
  91. 889a928 Avoid using NULL alpha_image in the JNG decoder. by glennrp · 9 years ago
  92. 89e2260 by cristy · 9 years ago
  93. 90de83d by cristy · 9 years ago
  94. 9e0f31c by cristy · 9 years ago
  95. cbab2d1 Build fix and typo. by dirk · 9 years ago
  96. 06b627a Renamed SetMagickInfo to AcquireMagickInfo and made the module and description mandatory. by dirk · 9 years ago
  97. a7014c8 Replaced calls to SetImageMonochrome and SetImageGray with IsImageMonochrome and IsImageGray. by dirk · 9 years ago
  98. f1d8548 Renamed IsImageGray to SetImageGray and IsImageMonochrome to SetImageMonochrome since they change the type of the image. by dirk · 9 years ago
  99. 1730317 Fixed transparency issue in merged layer of PSD writer. by dirk · 9 years ago
  100. ca5add7 by cristy · 9 years ago