Skip to content

Commit 6901842

Browse files
committed
Add image/x-jxl mimetype - issue #682
1 parent 38f7d65 commit 6901842

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wand/image.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9951,6 +9951,7 @@ def animation(self):
99519951
'image/jxl',
99529952
'image/webp',
99539953
'image/x-gif',
9954+
'image/x-jxl',
99549955
)
99559956
maybe_animation = mimetype in possible_mimetypes
99569957
frame_count = library.MagickGetNumberImages(self.wand)

0 commit comments

Comments
 (0)