Skip to content

Commit 998df1c

Browse files
committed
feat: add support for webp in imagick
1 parent 6924997 commit 998df1c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ RUN \
194194
libjxl-dev \
195195
libavif \
196196
libheif \
197+
libwebp \
197198
imagemagick-heic \
198199
zlib-dev \
199200
libpng-dev \

tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ commandTests:
1919
expectedOutput: ["Docker version 28.*"]
2020
- name: 'PHP info'
2121
command: "php"
22-
args: ["-m"]
22+
args: ["-i"]
2323
expectedOutput:
2424
- brotli
2525
- Core
@@ -33,6 +33,7 @@ commandTests:
3333
- hash
3434
- iconv
3535
- imagick
36+
- WEBP
3637
- intl
3738
- json
3839
- libxml

0 commit comments

Comments
 (0)