Answers for "pil image img from table"

0

pil image img from table

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.
Posted by: Guest on May-17-2021

Browse Popular Code Answers by Language