summaryrefslogtreecommitdiff
path: root/coders/pdf.c
AgeCommit message (Expand)Author
2020-07-25remove UseCIEColor setting from PDF code as its use is not recommendedCristy
2020-07-18Silenced warning.Dirk Lemstra
2020-06-08...Cristy
2020-06-08colorspace change will remove ICC profileCristy
2020-05-31cosmeticCristy
2020-05-31silently convert incompatible colorspaces to sRGB when writing PDFCristy
2020-05-31another attempt to generate proper PDF that include ICC profilesCristy
2020-05-30Remove ICC profile if the image colormap changesCristy
2020-05-30address incompatible ICC profiles by doing nothing :-)Cristy
2020-05-29https://github.com/ImageMagick/ImageMagick/issues/2070Cristy
2020-05-22Fix one off error on PDF object for images with ICC profileCristy
2020-05-18https://github.com/ImageMagick/ImageMagick/issues/2032Cristy
2020-05-15https://github.com/ImageMagick/ImageMagick/issues/1955Cristy
2020-04-02https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37778Cristy
2020-03-23Use FormatImageProperty() instead of SetImageProperty() where appropriateCristy
2020-03-09Fixed typo.Dirk Lemstra
2020-03-09Added option to specify the preferred version when writing a PDF file with -d...Dirk Lemstra
2020-03-06https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37663Cristy
2019-11-29...Cristy
2019-11-29Support pdf:use-alpha optionCristy
2019-11-28...Cristy
2019-11-27...Cristy
2019-11-27...Cristy
2019-11-26...Cristy
2019-11-26...Cristy
2019-11-26...Cristy
2019-11-26...Cristy
2019-11-26Support -define pdf:pocketmod optionCristy
2019-11-26...Cristy
2019-10-27https://github.com/ImageMagick/ImageMagick/issues/1763Cristy
2019-10-14https://github.com/ImageMagick/ImageMagick/issues/1753Cristy
2019-10-14https://github.com/ImageMagick/ImageMagick/issues/1753Cristy
2019-09-11...Cristy
2019-08-25...Cristy
2019-08-25...Cristy
2019-07-14...Cristy
2019-07-13Move ByteBuffer into the Magick namespaceCristy
2019-07-12Use new method.Dirk Lemstra
2019-07-11Moved shared ghostscript code to a separate header file.Dirk Lemstra
2019-07-11Moved byte buffer code to a separate header so it can be used in other coders.Dirk Lemstra
2019-07-07Shift bytes instead.Dirk Lemstra
2019-07-07Use bigger steps when increasing the size of the profile.Dirk Lemstra
2019-07-06...Cristy
2019-07-06...Cristy
2019-07-02Added missing boundary check.Dirk Lemstra
2019-06-29Added missing (void).Dirk Lemstra
2019-06-29Changed comment style.Dirk Lemstra
2019-06-29Use a buffer instead of reading byte per byte.Dirk Lemstra
2019-06-28Added missing initialization.Dirk Lemstra
2019-06-28Moved reading of the psd info to a separate method.Dirk Lemstra