1. 5d41fba Squashed commit of the following: by Elliott Hughes · 4 years ago android-s-beta-1 android-s-beta-2
  2. d842011 update to latest documentation and update copyright year by Cristy · 4 years, 3 months ago
  3. f2dc1dd register storage class is deprecated by Cristy · 4 years, 3 months ago
  4. 4646e5f assert failure when loading a psd file, patch from Hanisch by Cristy · 4 years, 4 months ago
  5. e5d1e67 Update the value of image_list_length after the layers have been read (#2888). by Dirk Lemstra · 4 years, 4 months ago
  6. c5542e2 Renamed variable. by Dirk Lemstra · 4 years, 4 months ago
  7. 426e6f4 Fixed reading 8 bit ZipWithPrediction (#2577). by Dirk Lemstra · 4 years, 7 months ago
  8. 716ee8e Minor refactoring. by Dirk Lemstra · 4 years, 7 months ago
  9. 6cd24fa Improved reading of PSD layers and added extra logic to determine if the merged image has an alpha channel. by Dirk Lemstra · 4 years, 9 months ago
  10. c1d564a Added method that reads and reverses a PSD string. by Dirk Lemstra · 4 years, 9 months ago
  11. aabb6b7 Corrected statement. by Dirk Lemstra · 4 years, 9 months ago
  12. 06b32ac Added support for 32 bit zip with prediction format to the PSD decoder (#455). by Dirk Lemstra · 4 years, 10 months ago
  13. ecdee2a Calculate the length of the unicode string differently. by Dirk Lemstra · 5 years ago
  14. 90d1726 Removed another unused variable. by Dirk Lemstra · 5 years ago
  15. 4936dcf Removed unused variable. by Dirk Lemstra · 5 years ago
  16. fb1d47b Added method that will read the layer names from the additional info because they sometimes get trimmed in the layer info. by Dirk Lemstra · 5 years ago
  17. ddfbaf1 Removed unused argument. by Dirk Lemstra · 5 years ago
  18. 8a36f4e Use FormatImageProperty() instead of SetImageProperty() where appropriate by Cristy · 5 years ago
  19. 1f88c48 Enable to alpha channel based on the number of channels if we cannot use the layer info #1485. by Dirk Lemstra · 5 years ago
  20. df9e141 Added extra check to make sure that the type of the first channel is always zero for an image with a color map. by Dirk Lemstra · 5 years ago
  21. 2366d1b Make sure the colormap index is always constrained. by Dirk Lemstra · 5 years ago
  22. dfd6399 Fixes for the Q16 build that broke because of the recent patches. by Dirk Lemstra · 5 years ago
  23. 8620ae8 Only set the alpha channel when type is not 0. by Dirk Lemstra · 5 years ago
  24. ce5bd5a Corrected the value that will be set as the colormap index for the Q8 build. by Dirk Lemstra · 5 years ago
  25. 8441de4 Correct the number of colors in the colormap for the Q8 build. by Dirk Lemstra · 5 years ago
  26. f775a5c ... by Cristy · 5 years ago
  27. 7573654 Fixed issue where not all pixel data would be read and the merged image would become all black (#1594). by Dirk Lemstra · 6 years ago
  28. 364908f Create define for optimal small buffer size by Cristy · 6 years ago
  29. 39a0e0c Corrected setting the compression for the merged image. by Dirk Lemstra · 6 years ago
  30. b954cc8 Added missing check. by Dirk Lemstra · 6 years ago
  31. 6624769 Fixed writing a gray with alpha image. by Dirk Lemstra · 6 years ago
  32. 9e24b00 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14918 by Cristy · 6 years ago
  33. c1e1b87 https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=36067 by Cristy · 6 years ago
  34. 68557d8 Reverted patch to skip layers and corrected the index that is passed to PSDSkipImage. by Dirk Lemstra · 6 years ago
  35. e15db5c https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35386 by Cristy · 6 years ago
  36. 098ec2b https://github.com/ImageMagick/ImageMagick/issues/1525 by Cristy · 6 years ago
  37. 41b03b4 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13538 by Cristy · 6 years ago
  38. 421e2fd Added extra checks. by Dirk Lemstra · 6 years ago
  39. 4d19e42 Make it more clear what is being read. by Dirk Lemstra · 6 years ago
  40. 8a43abe https://github.com/ImageMagick/ImageMagick/issues/1451 by Cristy · 6 years ago
  41. 11b65d3 Do not render the PSD opacity mask when the image has no alpha channel. by Dirk Lemstra · 6 years ago
  42. 252dd2c Is it 2019 already? by Cristy · 6 years ago
  43. 89a132c Fixed memory leak that was detected by oss-fuzz. by Dirk Lemstra · 6 years ago
  44. bca16bc Only set the profile on images that were read (#1394). by Dirk Lemstra · 6 years ago
  45. f539706 Skip reading the merged image when a specific number of layers is read (#1394). by Dirk Lemstra · 6 years ago
  46. 119981d Only read the requested layer (#1394). by Dirk Lemstra · 6 years ago
  47. b472fa6 Removed unnecessary nesting. by Dirk Lemstra · 6 years ago
  48. ae12904 Moved attaching of the layers to a separate method. by Dirk Lemstra · 6 years ago
  49. dde9a68 Removed unnecessary nesting. by Dirk Lemstra · 6 years ago
  50. 278785e Removed incorrect detection of the alpha channel for the merged image. by Dirk Lemstra · 6 years ago
  51. 3a03712 Applied patch from Jon Sneyers to fix reading the profile for all layers. by Dirk Lemstra · 6 years ago
  52. 83d74de ... by Cristy · 6 years ago
  53. 8261410 ... by Cristy · 6 years ago
  54. 3b79f61 ... by Cristy · 7 years ago
  55. c9ec998 Fixed reading the number of layers. by Dirk Lemstra · 7 years ago
  56. 35b39d5 Minor refactoring. by Dirk Lemstra · 7 years ago
  57. 5390529 ... by Cristy · 7 years ago
  58. 17a1a6f https://github.com/ImageMagick/ImageMagick/issues/1249 by Cristy · 7 years ago
  59. 5583395 ... by Cristy · 7 years ago
  60. 00c2ed7 ... by Cristy · 7 years ago
  61. 2c85edd https://github.com/ImageMagick/ImageMagick/issues/1169 by Cristy · 7 years ago
  62. eb4a80e Call SetImageBackgroundColor before we call MergeImageLayers (https://oss-fuzz.com/v2/testcase-detail/5123755102699520) by Dirk Lemstra · 7 years ago
  63. d288ccb Fixed reading out of bounds (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7924). by Dirk Lemstra · 7 years ago
  64. 803c793 Added checks to avoid use of uninitialized value (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7702). by Dirk Lemstra · 7 years ago
  65. b96ca06 Fixed check (https://oss-fuzz.com/v2/testcase-detail/6593368084709376). by Dirk Lemstra · 7 years ago
  66. 23381aa Fixed index out of bounds (https://oss-fuzz.com/v2/testcase-detail/5473633150435328). by Dirk Lemstra · 7 years ago
  67. c45b2bb ... by Cristy · 7 years ago
  68. e8ffd71 Added extra check (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7266) by Dirk Lemstra · 7 years ago
  69. 993a356 Correct check and string reversion. by Dirk Lemstra · 7 years ago
  70. 8766dcc Fixed writing compose property reported in #1060. by Dirk Lemstra · 7 years ago
  71. 2e7404c Fixed memory leak (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7018). by Dirk Lemstra · 7 years ago
  72. 38b42e1 Static scheduling without a chunk size has the lowest performance overhead by Cristy · 7 years ago
  73. 543e644 Fixed memory leak (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6869) by Dirk Lemstra · 7 years ago
  74. fc31dc5 Replace CopyMagickMemory() with memcpy() / memmove() by Cristy · 7 years ago
  75. 81bfff2 Use memset() rather than ResetMagickMemory() by Cristy · 7 years ago
  76. ec12ea1 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6808 by Cristy · 7 years ago
  77. 5e55165 Corrected PSD channel check (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6240) by Dirk Lemstra · 7 years ago
  78. 79de802 Fixed setting the alpha channel for the merged image in a grayscale image (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6008). by Dirk Lemstra · 7 years ago
  79. ea50c02 Also set the status to false when the image does not contain enough data for a raw channel. by Dirk Lemstra · 7 years ago
  80. 5c3fbf6 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6549 by Cristy · 7 years ago
  81. b849370 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6538 by Cristy · 7 years ago
  82. d7b760f https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6492 by Cristy · 7 years ago
  83. 6f1f0d2 ... by Cristy · 7 years ago
  84. f584527 Fixed memory leak. by Dirk Lemstra · 7 years ago
  85. b7902b1 https://mail.google.com/mail/#inbox/161a60451d18a7af by Cristy · 7 years ago
  86. 6650118 Removed calls to SetImageBackgroundColor. by Dirk Lemstra · 7 years ago
  87. 2738567 ... by Cristy · 7 years ago
  88. b85e3d7 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5966 by Cristy · 7 years ago
  89. b37465a ... by Cristy · 7 years ago
  90. 2235695 Added checks for the minimum number of channels and if all channels are set. by Dirk Lemstra · 7 years ago
  91. 1425d0f Added extra checks for indexed mode images. Credit to OSS-Fuzz by Dirk Lemstra · 7 years ago
  92. 6f79249 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5852 by Cristy · 7 years ago
  93. 8e414cb Added check for the channel type. Credit to OSS-Fuzz by Dirk Lemstra · 7 years ago
  94. d48e807 Added missing check for the number of channels. Credit to OSS-Fuzz by Dirk Lemstra · 7 years ago
  95. 267b15d Fixed use of initialized value. Credit to OSS-Fuzz by Dirk Lemstra · 7 years ago
  96. beb4c2b Introducing the linear-gray colorspace by Cristy · 7 years ago
  97. ff283c8 Fixed incorrect size for PSB image. by Dirk Lemstra · 7 years ago
  98. 371051c Fixed invalid typecast. by Dirk Lemstra · 7 years ago
  99. 95ab389 Introducing the sGray (non-linear grayscale) colorspace by Cristy · 7 years ago
  100. 93b707b ... by Cristy · 7 years ago