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