Fix HEIC file format support

This commit is contained in:
Julien Hoarau 2024-03-02 11:52:35 +01:00
parent ddcc445ec1
commit e4531034f4
3 changed files with 3 additions and 0 deletions

View file

@ -15,6 +15,7 @@ RUN \
exiftool \
ffmpeg \
imagemagick \
imagemagick-heic \
libjpeg-turbo-utils \
mediainfo \
php83-apcu \

View file

@ -15,6 +15,7 @@ RUN \
exiftool \
ffmpeg \
imagemagick \
imagemagick-heic \
libjpeg-turbo-utils \
mediainfo \
php83-apcu \

View file

@ -37,6 +37,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "02.03.24:", desc: "Fix HEIC file format support."}
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19 with php 8.3."}
- { date: "12.12.23:", desc: "Rebase to Alpine 3.18." }
- { date: "03.06.23:", desc: "Revert to Alpine 3.17 due to compatibility issues with php 8.2." }