| Summary | Imagick::flattenImages no longer available |
| Queue | IMP |
| Queue Version | 6.2.21 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | arjen+horde (at) de-korte (dot) org |
| Created | 09/25/2017 (3092 days ago) |
| Due | |
| Updated | 10/28/2017 (3059 days ago) |
| Assigned | |
| Resolved | 10/28/2017 (3059 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
commit 1fadce440634c7f0eb37a4478e862a018789c1c5
Author: Jan Schneider <jan@horde.org>
Date: Mon, 25 Sep 2017 17:09:45 +0200
[jan] Fix generating PDF thumbnails with imagick extension 3.3.0+
(arjen+horde@de-korte.org,
Bug #14697).M docs/CHANGES
M lib/Mime/Viewer/Pdf.php
M package.xml
https://github.com/horde/imp/commit/1fadce440634c7f0eb37a4478e862a018789c1c5
commit c50c32000228639f7fa31ba2376542f73ecfeb1e
Author: Jan Schneider <jan@horde.org>
Date: Mon Sep 25 17:09:45 2017 +0200
[jan] Fix generating PDF thumbnails with imagick extension 3.3.0+
(arjen+horde@de-korte.org,
Bug #14697).imp/lib/Mime/Viewer/Pdf.php | 3 ++-
imp/package.xml | 15 ++++++++++++++-
2 files changed, 16 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/c50c32000228639f7fa31ba2376542f73ecfeb1e
commit 931a3b44233ce25714b5694ac6ee6c1f56988cfc
Author: Jan Schneider <jan@horde.org>
Date: Mon Sep 25 17:09:45 2017 +0200
[jan] Fix generating PDF thumbnails with imagick extension 3.3.0+
(arjen+horde@de-korte.org,
Bug #14697).imp/docs/CHANGES | 2 ++
imp/lib/Mime/Viewer/Pdf.php | 3 ++-
imp/package.xml | 4 ++--
3 files changed, 6 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/931a3b44233ce25714b5694ac6ee6c1f56988cfc
Priority ⇒ 1. Low
New Attachment: Pdf.php.patch
Patch ⇒ Yes
Milestone ⇒
Summary ⇒ Imagick::flattenImages no longer available
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ IMP
version I have now it is no longer available. Turns out that in order
to use PHP7, PECL Imagick >= 3.4.0 is needed and flattenImages was
removed in 3.3.0. Bummer. Patch attached.