mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #20197: Added support for the WebP image type in the imghdr module.
Patch by Fabrice Aneche and Claudiu Popa.
This commit is contained in:
parent
e84d26c61b
commit
2f8dca735e
6 changed files with 17 additions and 1 deletions
|
@ -16,7 +16,8 @@ TEST_FILES = (
|
|||
('python.ras', 'rast'),
|
||||
('python.sgi', 'rgb'),
|
||||
('python.tiff', 'tiff'),
|
||||
('python.xbm', 'xbm')
|
||||
('python.xbm', 'xbm'),
|
||||
('python.webp', 'webp'),
|
||||
)
|
||||
|
||||
class UnseekableIO(io.FileIO):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue