mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Check for webp extension during selftest
This commit is contained in:
parent
062397c0af
commit
45b99b45f5
|
@ -189,6 +189,7 @@ if __name__ == "__main__":
|
||||||
check_codec("G4 TIFF", "group4")
|
check_codec("G4 TIFF", "group4")
|
||||||
check_module("FREETYPE2", "_imagingft")
|
check_module("FREETYPE2", "_imagingft")
|
||||||
check_module("LITTLECMS", "_imagingcms")
|
check_module("LITTLECMS", "_imagingcms")
|
||||||
|
check_module("WEBP", "_webp")
|
||||||
print("-"*68)
|
print("-"*68)
|
||||||
|
|
||||||
# use doctest to make sure the test program behaves as documented!
|
# use doctest to make sure the test program behaves as documented!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user