1. 280215b Rewrite reading pixel values. by dirk · 9 years ago
  2. 198fffa Added check for bit depth 1. by dirk · 9 years ago
  3. e14fd0a Added missing call to ConstrainColormapIndex. by dirk · 9 years ago
  4. 6f1879d Fixed overflow. by dirk · 9 years ago
  5. fe3a57e Fixed another leak/bug. by dirk · 9 years ago
  6. b9ed408 Fixed another leak. by dirk · 9 years ago
  7. bd9f1e7 Fixed memory leak when reading incorrect PSD files by dirk · 9 years ago
  8. 7ce65e7 Update copyright years by Cristy · 9 years ago
  9. d5a9132 Added error message. by dirk · 9 years ago
  10. 05d2ff7 Use 'magick_restrict' instead of 'restrict'. by dirk · 9 years ago
  11. b20a179 Fixed alpha blending issue with semi-transparent pixels in the merged image of PSD files. by dirk · 9 years ago
  12. ca41d62 Reverted typecast due to issues in 64-bit build. by dirk · 9 years ago
  13. 7b5a0d5 Fixed enabling the alpha channel for the creation of the merged image. by dirk · 9 years ago
  14. e1f8f29 If the type is true color the image will be changed to DirectClass. by dirk · 9 years ago
  15. c93932a Fixed various warnings reported by Visual Studio 2015 by dirk · 9 years ago
  16. fc16b54 Setting endianness of image earlier. by dirk · 9 years ago
  17. 87038d5 Fixed reading Photoshop layers of LSB TIFF files. by dirk · 9 years ago
  18. f4be669 Restored call to SetImageGray to reduce the size of the file. by dirk · 9 years ago
  19. f084319 Reverted check for length. by dirk · 9 years ago
  20. 4dfcdf0 by cristy · 9 years ago
  21. e1c94d9 by cristy · 9 years ago
  22. 77405c2 Removed unused variable. by dirk · 9 years ago
  23. f308152 Removed unnecessary calls to DiscardBlobBytes. by dirk · 9 years ago
  24. 908a35b by cristy · 9 years ago
  25. ccdef73 by cristy · 9 years ago
  26. 14c08dc Added support for reading Photoshop layers in TIFF files. by dirk · 9 years ago
  27. a41d97f Added support for reading a user supplied layer mask in PSD files. by dirk · 9 years ago
  28. b3f97ae by cristy · 9 years ago
  29. 151b66d by cristy · 9 years ago
  30. 89e2260 by cristy · 10 years ago
  31. 90de83d by cristy · 10 years ago
  32. 06b627a Renamed SetMagickInfo to AcquireMagickInfo and made the module and description mandatory. by dirk · 10 years ago
  33. a7014c8 Replaced calls to SetImageMonochrome and SetImageGray with IsImageMonochrome and IsImageGray. by dirk · 10 years ago
  34. f1d8548 Renamed IsImageGray to SetImageGray and IsImageMonochrome to SetImageMonochrome since they change the type of the image. by dirk · 10 years ago
  35. 1730317 Fixed transparency issue in merged layer of PSD writer. by dirk · 10 years ago
  36. 08e9a11 Renamed new enumeration. by dirk · 10 years ago
  37. 24ae22e Changed several booleans in MagickInfo to a flag. by dirk · 10 years ago
  38. db435e2 Removed unnecessary check. by dirk · 10 years ago
  39. c9e9ea3 Fixed readability of method. by dirk · 10 years ago
  40. af29e11 by cristy · 10 years ago
  41. 11a06d3 http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26830 by cristy · 10 years ago
  42. badc752 Make MagickMax()/MagickMin() a macro rather than an inline. by cristy · 10 years ago
  43. 17f11b0 by cristy · 10 years ago
  44. 891df41 Fixed boundary checks in DecodePSDPixels. by dirk · 10 years ago
  45. 419e5ad Fixed throwing of exceptions. by dirk · 10 years ago
  46. 7ec8932 Fixed parsing resource block. by dirk · 10 years ago
  47. acabb84 by cristy · 10 years ago
  48. 5f766ef by cristy · 10 years ago
  49. 5b4868f by cristy · 10 years ago
  50. f432c63 by cristy · 10 years ago
  51. 18a9b97 by cristy · 10 years ago
  52. 76d045a by cristy · 10 years ago
  53. 56d8854 by cristy · 10 years ago
  54. b56bb24 by cristy · 10 years ago
  55. 35553db by cristy · 10 years ago
  56. 87dabf6 Fixed writing resolution info. by dirk · 10 years ago
  57. d9795a1 Reverted transparency fix, was problem with CMYK negate. by dirk · 10 years ago
  58. 7d6d3d8 by cristy · 10 years ago
  59. 0d67b92 by cristy · 10 years ago
  60. ff30f83 by cristy · 10 years ago
  61. d85ea48 Fixed reading alpha channel in PSD reader. by dirk · 10 years ago
  62. 185b1c9 Removed duplicate call to SetPixelRed. by dirk · 10 years ago
  63. bc94beb by cristy · 10 years ago
  64. 5a4bdff Fixed bug when reading 1 bit PSD. by dirk · 10 years ago
  65. fdc035a by cristy · 10 years ago
  66. deca404 Formatting. by dirk · 10 years ago
  67. 1b875d2 by cristy · 10 years ago
  68. 1fda43d by cristy · 10 years ago
  69. 84affaa Fixed detecting transparency. by dirk · 10 years ago
  70. f2a82ee by cristy · 10 years ago
  71. 6f008fd by cristy · 10 years ago
  72. 326182d by cristy · 10 years ago
  73. c337843 Minor refactoring. by dirk · 10 years ago
  74. 216b90f by cristy · 11 years ago
  75. 48febd6 Fixed saving visibility of layer. by dirk · 11 years ago
  76. 4d9863c Improved ping of PSD image. by dirk · 11 years ago
  77. 0e27411 by cristy · 11 years ago
  78. 2de94f5 The PSD reader tries to create a merged image if the merged image is corrupted. by dirk · 11 years ago
  79. aacbfdb by cristy · 11 years ago
  80. 18c0e4d The PSD reader creates a merged image if the image does not contain one. by dirk · 11 years ago
  81. af8d391 by cristy · 11 years ago
  82. 8fb7ed5 Fixed compiler warning. by dirk · 11 years ago
  83. 39037ae by cristy · 11 years ago
  84. 67fc768 by cristy · 11 years ago
  85. 3800818 Fixed writing number of layers for image with alpha channel. by dirk · 11 years ago
  86. 40084fa Added boundary checks in DecodePSDPixels by dirk · 11 years ago
  87. 1ab941f Code cleanup. by dirk · 11 years ago
  88. d8083a6 by cristy · 11 years ago
  89. fcaec62 Fixed skipping layers. by dirk · 11 years ago
  90. 6f20531 Fixed reading alpha channel for merged result. by dirk · 11 years ago
  91. 245cc75 Ignore user supplied layer mask. by dirk · 11 years ago
  92. bd8bd85 Fix cleanup of layer info. by dirk · 11 years ago
  93. b52a4b7 Fixed newlines. by dirk · 11 years ago
  94. b41f080 Added support for reading zip compressed PSD files. by dirk · 11 years ago
  95. cd8b331 by cristy · 11 years ago
  96. de984cd by cristy · 11 years ago
  97. fe676ee by cristy · 11 years ago
  98. 93b02b7 Fixed compiler warnings. by dirk · 11 years ago
  99. 7a1ce13 by cristy · 11 years ago
  100. 3a5987c by cristy · 11 years ago