All notable changes to pdf-to-image will be documented in this file
- added typehints
- removal of ability of loading pdfs via URLs
- add exception message to
PdfDoesNotExist
- throw exception when trying to fetch a negative page number
- add method getOutputFormat and update saveImage for auto set filename
- make
imagickpublic
- fix bug around
setCompressionQuality
- add
setCompressionQuality
- add
setColorspace
- fix remote pdf handling
- fix flattening of pdf
- fix where
getNumberOfPageswould report the wrong number when looping through the pdf
- fix bugs introduced in 1.4.2
- fix for setting custom resolution
- fix
setLayerMethodmethod
- add
setLayerMethodmethod
- remove use of
Imagick::LAYERMETHOD_FLATTENas it messes up the rendering of specific pages
- set default format
- performance improvements
- allow pdf to be loaded from a URL
- improve return value
- fix for pdf's with transparent backgrounds
- added
saveAllPagesAsImages-function.
- added
getImageData-function.
- Exceptions now live in the right namespace.
- setPage is now working as excepted.
- It's so first release, so everything was added.