Merge pull request #428 from linuxserver/add-imagemagickpdf

Add imagemagick-pdf
This commit is contained in:
Homer
2024-04-10 20:55:05 +01:00
committed by GitHub
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ RUN \
gnu-libiconv \
imagemagick \
imagemagick-heic \
imagemagick-pdf \
imagemagick-svg \
libxml2 \
php83-apcu \
+1
View File
@@ -19,6 +19,7 @@ RUN \
gnu-libiconv \
imagemagick \
imagemagick-heic \
imagemagick-pdf \
imagemagick-svg \
libxml2 \
php83-apcu \
+1
View File
@@ -109,6 +109,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "10.04.24:", desc: "Added imagemagick-pdf."}
- { date: "05.04.24:", desc: "Added imagemagick-heic. Manual update to `config.php` required - see above."}
- { date: "02.04.24:", desc: "Existing users should update: site-confs/default.conf - Add support for the Client Push (notify_push) plugin and the [new mod](https://github.com/linuxserver/docker-mods/tree/nextcloud-notify-push)."}
- { date: "22.03.24:", desc: "Add imagemagick-svg module."}