summaryrefslogtreecommitdiff
path: root/coders/psd.c
AgeCommit message (Expand)Author
2020-07-17Improved reading of PSD layers and added extra logic to determine if the merg...Dirk Lemstra
2020-07-16Added method that reads and reverses a PSD string.Dirk Lemstra
2020-07-12Corrected statement.Dirk Lemstra
2020-06-21Added support for 32 bit zip with prediction format to the PSD decoder (#455).Dirk Lemstra
2020-05-03Calculate the length of the unicode string differently.Dirk Lemstra
2020-04-27Removed another unused variable.Dirk Lemstra
2020-04-27Removed unused variable.Dirk Lemstra
2020-04-25Added method that will read the layer names from the additional info because ...Dirk Lemstra
2020-04-25Removed unused argument.Dirk Lemstra
2020-03-23Use FormatImageProperty() instead of SetImageProperty() where appropriateCristy
2020-01-16Enable to alpha channel based on the number of channels if we cannot use the ...Dirk Lemstra
2020-01-04Added extra check to make sure that the type of the first channel is always z...Dirk Lemstra
2020-01-02Make sure the colormap index is always constrained.Dirk Lemstra
2020-01-01Fixes for the Q16 build that broke because of the recent patches.Dirk Lemstra
2019-12-28Only set the alpha channel when type is not 0.Dirk Lemstra
2019-12-28Corrected the value that will be set as the colormap index for the Q8 build.Dirk Lemstra
2019-12-28Correct the number of colors in the colormap for the Q8 build.Dirk Lemstra
2019-11-26...Cristy
2019-08-10Fixed issue where not all pixel data would be read and the merged image would...Dirk Lemstra
2019-07-14Create define for optimal small buffer sizeCristy
2019-07-02Corrected setting the compression for the merged image.Dirk Lemstra
2019-07-02Added missing check.Dirk Lemstra
2019-06-27Fixed writing a gray with alpha image.Dirk Lemstra
2019-05-23https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14918Cristy
2019-05-21https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=36067Cristy
2019-04-11Reverted patch to skip layers and corrected the index that is passed to PSDSk...Dirk Lemstra
2019-04-10https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35386Cristy
2019-03-23https://github.com/ImageMagick/ImageMagick/issues/1525Cristy
2019-03-05https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13538Cristy
2019-01-26Added extra checks.Dirk Lemstra
2019-01-26Make it more clear what is being read.Dirk Lemstra
2019-01-20https://github.com/ImageMagick/ImageMagick/issues/1451Cristy
2019-01-08Do not render the PSD opacity mask when the image has no alpha channel.Dirk Lemstra
2018-12-02Is it 2019 already?Cristy
2018-11-29Fixed memory leak that was detected by oss-fuzz.Dirk Lemstra
2018-11-24Only set the profile on images that were read (#1394).Dirk Lemstra
2018-11-24Skip reading the merged image when a specific number of layers is read (#1394).Dirk Lemstra
2018-11-24Only read the requested layer (#1394).Dirk Lemstra
2018-11-24Removed unnecessary nesting.Dirk Lemstra
2018-11-24Moved attaching of the layers to a separate method.Dirk Lemstra
2018-11-24Removed unnecessary nesting.Dirk Lemstra
2018-11-24Removed incorrect detection of the alpha channel for the merged image.Dirk Lemstra
2018-11-10Applied patch from Jon Sneyers to fix reading the profile for all layers.Dirk Lemstra
2018-10-13...Cristy
2018-10-13...Cristy
2018-09-20...Cristy
2018-09-07Fixed reading the number of layers.Dirk Lemstra
2018-09-07Minor refactoring.Dirk Lemstra
2018-08-19...Cristy
2018-08-19https://github.com/ImageMagick/ImageMagick/issues/1249Cristy