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