summaryrefslogtreecommitdiff
path: root/coders/ps.c
AgeCommit message (Expand)Author
2020-07-25remove UseCIEColor setting from PDF code as its use is not recommendedCristy
2020-07-18Removed if (0) that has not been changed in the last 10 years.Dirk Lemstra
2020-03-23Use FormatImageProperty() instead of SetImageProperty() where appropriateCristy
2020-02-07Fixed reading the profiles in the ps coder.Dirk Lemstra
2019-12-05Some more tweaks to improve the speed of reading PsInfo.Dirk Lemstra
2019-11-29...Cristy
2019-11-29...Cristy
2019-11-29Support pdf:use-alpha optionCristy
2019-11-26...Cristy
2019-11-14HP's ANSI C/C++ compiler does not support strcasestr().Cristy
2019-10-27https://github.com/ImageMagick/ImageMagick/issues/1763Cristy
2019-10-25https://github.com/ImageMagick/ImageMagick/issues/1763Cristy
2019-10-25https://github.com/ImageMagick/ImageMagick/issues/1763Cristy
2019-10-15https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18265Cristy
2019-08-03Fixed incorrect comparison.Dirk Lemstra
2019-07-22...Cristy
2019-07-22https://github.com/ImageMagick/ImageMagick/issues/1644Cristy
2019-07-18Correct size of buffer.Dirk Lemstra
2019-07-18Only read the version once.Dirk Lemstra
2019-07-18Removed duplicate check.Dirk Lemstra
2019-07-18Fixed copy paste mistake.Dirk Lemstra
2019-07-16Added check for empty extent.Dirk Lemstra
2019-07-16Enlarge buffer to make it possible to read odd extent.Dirk Lemstra
2019-07-16Use sizeof instead.Dirk Lemstra
2019-07-16Corrected check.Dirk Lemstra
2019-07-14...Cristy
2019-07-13Move ByteBuffer into the Magick namespaceCristy
2019-07-12Some more refactoring.Dirk Lemstra
2019-07-12Minor refactoring.Dirk Lemstra
2019-07-12Use ByteBuffer in the PS coder and moved shared Ghostscript logic to ghostscr...Dirk Lemstra
2019-07-11Moved reading of PS info to a separate method.Dirk Lemstra
2019-07-11Removed unused define.Dirk Lemstra
2019-07-11Moved shared ghostscript code to a separate header file.Dirk Lemstra
2019-06-18https://github.com/ImageMagick/ImageMagick/issues/1601Cristy
2019-05-15...Cristy
2019-04-24https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14434Cristy
2019-04-15...Cristy
2019-04-06https://github.com/ImageMagick/ImageMagick/pull/1538Cristy
2019-03-22https://github.com/ImageMagick/ImageMagick/issues/1523Cristy
2018-12-02Is it 2019 already?Cristy
2018-10-13...Cristy
2018-09-08...Cristy
2018-09-08...Cristy
2018-04-07...Cristy
2018-04-01Don't add empty properties and use ConstantString instead of AcquireString.Dirk Lemstra
2018-03-31Use ConstantString to avoid extra allocation (https://bugs.chromium.org/p/oss...Dirk Lemstra
2018-03-10Use memset() rather than ResetMagickMemory()Cristy
2018-03-04...Cristy
2018-03-03...Cristy
2018-02-25...Cristy