Updated for Python3, and to get image format directly
Requesting the correct image format direcly makes the request faster,
as PNG is much smaller. This also removes the external dependency on
the Pillow library.
Deprecate 'PIL' and use 'pillow' instead of 'PIL'.
On a clean Python 2.7.12, 'pillow' must be installed manually.
IMPORTANT !
If you previously had 'PIL' installed, then 'PIL' must be uninstalled.
Install 'pillow' only after uninstalling 'PIL'.