📜  pil image img from table - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:47.338000             🧑  作者: Mango

代码示例1
formats – A list or tuple of formats to attempt to load the file in. 
This can be used to restrict the set of formats checked. 
Pass None to try all supported formats. 
You can print the set of available formats by running python -m PIL 
or using the PIL.features.pilinfo() function.