- 5d41fba Squashed commit of the following: by Elliott Hughes · 4 years ago android-s-beta-1 android-s-beta-2
- d842011 update to latest documentation and update copyright year by Cristy · 4 years, 3 months ago
- f2dc1dd register storage class is deprecated by Cristy · 4 years, 3 months ago
- 4646e5f assert failure when loading a psd file, patch from Hanisch by Cristy · 4 years, 4 months ago
- e5d1e67 Update the value of image_list_length after the layers have been read (#2888). by Dirk Lemstra · 4 years, 4 months ago
- c5542e2 Renamed variable. by Dirk Lemstra · 4 years, 4 months ago
- 426e6f4 Fixed reading 8 bit ZipWithPrediction (#2577). by Dirk Lemstra · 4 years, 7 months ago
- 716ee8e Minor refactoring. by Dirk Lemstra · 4 years, 7 months ago
- 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
- c1d564a Added method that reads and reverses a PSD string. by Dirk Lemstra · 4 years, 9 months ago
- aabb6b7 Corrected statement. by Dirk Lemstra · 4 years, 9 months ago
- 06b32ac Added support for 32 bit zip with prediction format to the PSD decoder (#455). by Dirk Lemstra · 4 years, 10 months ago
- ecdee2a Calculate the length of the unicode string differently. by Dirk Lemstra · 5 years ago
- 90d1726 Removed another unused variable. by Dirk Lemstra · 5 years ago
- 4936dcf Removed unused variable. by Dirk Lemstra · 5 years ago
- 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
- ddfbaf1 Removed unused argument. by Dirk Lemstra · 5 years ago
- 8a36f4e Use FormatImageProperty() instead of SetImageProperty() where appropriate by Cristy · 5 years ago
- 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
- 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
- 2366d1b Make sure the colormap index is always constrained. by Dirk Lemstra · 5 years ago
- dfd6399 Fixes for the Q16 build that broke because of the recent patches. by Dirk Lemstra · 5 years ago
- 8620ae8 Only set the alpha channel when type is not 0. by Dirk Lemstra · 5 years ago
- ce5bd5a Corrected the value that will be set as the colormap index for the Q8 build. by Dirk Lemstra · 5 years ago
- 8441de4 Correct the number of colors in the colormap for the Q8 build. by Dirk Lemstra · 5 years ago
- f775a5c ... by Cristy · 5 years ago
- 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
- 364908f Create define for optimal small buffer size by Cristy · 6 years ago
- 39a0e0c Corrected setting the compression for the merged image. by Dirk Lemstra · 6 years ago
- b954cc8 Added missing check. by Dirk Lemstra · 6 years ago
- 6624769 Fixed writing a gray with alpha image. by Dirk Lemstra · 6 years ago
- 9e24b00 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14918 by Cristy · 6 years ago
- c1e1b87 https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=36067 by Cristy · 6 years ago
- 68557d8 Reverted patch to skip layers and corrected the index that is passed to PSDSkipImage. by Dirk Lemstra · 6 years ago
- e15db5c https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35386 by Cristy · 6 years ago
- 098ec2b https://github.com/ImageMagick/ImageMagick/issues/1525 by Cristy · 6 years ago
- 41b03b4 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13538 by Cristy · 6 years ago
- 421e2fd Added extra checks. by Dirk Lemstra · 6 years ago
- 4d19e42 Make it more clear what is being read. by Dirk Lemstra · 6 years ago
- 8a43abe https://github.com/ImageMagick/ImageMagick/issues/1451 by Cristy · 6 years ago
- 11b65d3 Do not render the PSD opacity mask when the image has no alpha channel. by Dirk Lemstra · 6 years ago
- 252dd2c Is it 2019 already? by Cristy · 6 years ago
- 89a132c Fixed memory leak that was detected by oss-fuzz. by Dirk Lemstra · 6 years ago
- bca16bc Only set the profile on images that were read (#1394). by Dirk Lemstra · 6 years ago
- f539706 Skip reading the merged image when a specific number of layers is read (#1394). by Dirk Lemstra · 6 years ago
- 119981d Only read the requested layer (#1394). by Dirk Lemstra · 6 years ago
- b472fa6 Removed unnecessary nesting. by Dirk Lemstra · 6 years ago
- ae12904 Moved attaching of the layers to a separate method. by Dirk Lemstra · 6 years ago
- dde9a68 Removed unnecessary nesting. by Dirk Lemstra · 6 years ago
- 278785e Removed incorrect detection of the alpha channel for the merged image. by Dirk Lemstra · 6 years ago
- 3a03712 Applied patch from Jon Sneyers to fix reading the profile for all layers. by Dirk Lemstra · 6 years ago
- 83d74de ... by Cristy · 6 years ago
- 8261410 ... by Cristy · 6 years ago
- 3b79f61 ... by Cristy · 7 years ago
- c9ec998 Fixed reading the number of layers. by Dirk Lemstra · 7 years ago
- 35b39d5 Minor refactoring. by Dirk Lemstra · 7 years ago
- 5390529 ... by Cristy · 7 years ago
- 17a1a6f https://github.com/ImageMagick/ImageMagick/issues/1249 by Cristy · 7 years ago
- 5583395 ... by Cristy · 7 years ago
- 00c2ed7 ... by Cristy · 7 years ago
- 2c85edd https://github.com/ImageMagick/ImageMagick/issues/1169 by Cristy · 7 years ago
- eb4a80e Call SetImageBackgroundColor before we call MergeImageLayers (https://oss-fuzz.com/v2/testcase-detail/5123755102699520) by Dirk Lemstra · 7 years ago
- d288ccb Fixed reading out of bounds (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7924). by Dirk Lemstra · 7 years ago
- 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
- b96ca06 Fixed check (https://oss-fuzz.com/v2/testcase-detail/6593368084709376). by Dirk Lemstra · 7 years ago
- 23381aa Fixed index out of bounds (https://oss-fuzz.com/v2/testcase-detail/5473633150435328). by Dirk Lemstra · 7 years ago
- c45b2bb ... by Cristy · 7 years ago
- e8ffd71 Added extra check (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7266) by Dirk Lemstra · 7 years ago
- 993a356 Correct check and string reversion. by Dirk Lemstra · 7 years ago
- 8766dcc Fixed writing compose property reported in #1060. by Dirk Lemstra · 7 years ago
- 2e7404c Fixed memory leak (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=7018). by Dirk Lemstra · 7 years ago
- 38b42e1 Static scheduling without a chunk size has the lowest performance overhead by Cristy · 7 years ago
- 543e644 Fixed memory leak (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6869) by Dirk Lemstra · 7 years ago
- fc31dc5 Replace CopyMagickMemory() with memcpy() / memmove() by Cristy · 7 years ago
- 81bfff2 Use memset() rather than ResetMagickMemory() by Cristy · 7 years ago
- ec12ea1 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6808 by Cristy · 7 years ago
- 5e55165 Corrected PSD channel check (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6240) by Dirk Lemstra · 7 years ago
- 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
- 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
- 5c3fbf6 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6549 by Cristy · 7 years ago
- b849370 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6538 by Cristy · 7 years ago
- d7b760f https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=6492 by Cristy · 7 years ago
- 6f1f0d2 ... by Cristy · 7 years ago
- f584527 Fixed memory leak. by Dirk Lemstra · 7 years ago
- b7902b1 https://mail.google.com/mail/#inbox/161a60451d18a7af by Cristy · 7 years ago
- 6650118 Removed calls to SetImageBackgroundColor. by Dirk Lemstra · 7 years ago
- 2738567 ... by Cristy · 7 years ago
- b85e3d7 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5966 by Cristy · 7 years ago
- b37465a ... by Cristy · 7 years ago
- 2235695 Added checks for the minimum number of channels and if all channels are set. by Dirk Lemstra · 7 years ago
- 1425d0f Added extra checks for indexed mode images. Credit to OSS-Fuzz by Dirk Lemstra · 7 years ago
- 6f79249 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=5852 by Cristy · 7 years ago
- 8e414cb Added check for the channel type. Credit to OSS-Fuzz by Dirk Lemstra · 7 years ago
- d48e807 Added missing check for the number of channels. Credit to OSS-Fuzz by Dirk Lemstra · 7 years ago
- 267b15d Fixed use of initialized value. Credit to OSS-Fuzz by Dirk Lemstra · 7 years ago
- beb4c2b Introducing the linear-gray colorspace by Cristy · 7 years ago
- ff283c8 Fixed incorrect size for PSB image. by Dirk Lemstra · 7 years ago
- 371051c Fixed invalid typecast. by Dirk Lemstra · 7 years ago
- 95ab389 Introducing the sGray (non-linear grayscale) colorspace by Cristy · 7 years ago
- 93b707b ... by Cristy · 7 years ago